Home
last modified time | relevance | path

Searched refs:throwsSpec (Results 1 – 13 of 13) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/codegen/
DJavaTarget.java56 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
61 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g218 (throwsSpec)?
243 if ( $throwsSpec.exceptions != null )
245 for (String exception : $throwsSpec.exceptions)
246 r.throwsSpec.add( exception );
279 throwsSpec returns [HashSet<String> exceptions]
DANTLRv3Tree.g90 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
105 throwsSpec
DANTLRTreePrinter.g238 (throwsSpec)?
259 (throwsSpec)?
288 throwsSpec
DANTLRv3.g164 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
180 throwsSpec
DAssignTokenTypesWalker.g304 (throwsSpec)?
321 throwsSpec
DANTLR.g596 ( throwsSpec )?
610 throwsSpec?
633 throwsSpec
DTreeToNFAConverter.g225 (throwsSpec)?
273 throwsSpec
DCodeGenTreeWalker.g425 (throwsSpec)?
522 throwsSpec
/external/antlr/tool/src/main/java/org/antlr/tool/
DRule.java85 public Set<String> throwsSpec; field in Rule
175 throwsSpec = new HashSet<String>(); in Rule()
/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
184 throwsSpec
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg255 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec; separator=", ">…
310 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec:{x|<x>}; separat…
378 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec:{x|<x>}; separat…
/external/antlr/tool/
DCHANGES.txt124 * Implement the 'throwsSpec' feature of parser rules for the Java target