Searched refs:throwsSpec (Results 1 – 13 of 13) sorted by relevance
51 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()56 rule.throwsSpec.add("RecognitionException"); in performGrammarAnalysis()
217 (throwsSpec)?242 if ( $throwsSpec.exceptions != null )244 for (String exception : $throwsSpec.exceptions)245 r.throwsSpec.add( exception );278 throwsSpec returns [HashSet<String> exceptions]
89 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*104 throwsSpec
237 (throwsSpec)?258 (throwsSpec)?287 throwsSpec
163 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*167 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*179 throwsSpec
303 (throwsSpec)?320 throwsSpec
580 ( throwsSpec )?594 throwsSpec?617 throwsSpec
224 (throwsSpec)?272 throwsSpec
424 (throwsSpec)?521 throwsSpec
80 public Set<String> throwsSpec; field in Rule169 throwsSpec = new HashSet<String>(); in Rule()
168 throwsSpec? optionsSpec? ruleScopeSpec? ruleAction*184 throwsSpec
251 …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…
53 * Implement the 'throwsSpec' feature of parser rules for the Java target