Uses of Class
org.antlr.runtime.RuleReturnScope
Packages that use RuleReturnScope
-
Uses of RuleReturnScope in org.antlr.runtime
Subclasses of RuleReturnScope in org.antlr.runtimeModifier and TypeClassDescriptionclass
Rules that return more than a single value must return an object containing all the values. -
Uses of RuleReturnScope in org.antlr.runtime.tree
Subclasses of RuleReturnScope in org.antlr.runtime.treeModifier and TypeClassDescriptionclass
This is identical to theParserRuleReturnScope
except that the start property is a tree nodes notToken
object when you are parsing trees.