Searched refs:throwsSpec (Results 1 – 13 of 13) sorted by relevance
56 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()61 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
218 (throwsSpec)?243 if ( $throwsSpec.exceptions != null )245 for (String exception : $throwsSpec.exceptions)246 r.throwsSpec.add( exception );279 throwsSpec returns [HashSet<String> exceptions]
90 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*105 throwsSpec
238 (throwsSpec)?259 (throwsSpec)?288 throwsSpec
164 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*180 throwsSpec
304 (throwsSpec)?321 throwsSpec
596 ( throwsSpec )?610 throwsSpec?633 throwsSpec
225 (throwsSpec)?273 throwsSpec
425 (throwsSpec)?522 throwsSpec
85 public Set<String> throwsSpec; field in Rule175 throwsSpec = new HashSet<String>(); in Rule()
168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*184 throwsSpec
255 …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…
124 * Implement the 'throwsSpec' feature of parser rules for the Java target