Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DJavaTarget.java51 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
56 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g217 (throwsSpec)?
242 if ( $throwsSpec.exceptions != null )
244 for (String exception : $throwsSpec.exceptions)
245 r.throwsSpec.add( exception );
278 throwsSpec returns [HashSet<String> exceptions]
DANTLRv3Tree.g89 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
104 throwsSpec
DANTLRTreePrinter.g237 (throwsSpec)?
258 (throwsSpec)?
287 throwsSpec
DANTLRv3.g163 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
167 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
179 throwsSpec
DAssignTokenTypesWalker.g303 (throwsSpec)?
320 throwsSpec
DANTLR.g580 ( throwsSpec )?
594 throwsSpec?
617 throwsSpec
DTreeToNFAConverter.g224 (throwsSpec)?
272 throwsSpec
DCodeGenTreeWalker.g424 (throwsSpec)?
521 throwsSpec
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRule.java80 public Set<String> throwsSpec; field in Rule
169 throwsSpec = new HashSet<String>(); in Rule()
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*
184 throwsSpec
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg251 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec; separator=", ">…
306 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec:{x|<x>}; separat…
371 …uleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec:{x|<x>}; separat…
/external/antlr/antlr-3.4/tool/
DCHANGES.txt53 * Implement the 'throwsSpec' feature of parser rules for the Java target