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 TypeClassDescriptionclassRules 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 TypeClassDescriptionclassThis is identical to theParserRuleReturnScopeexcept that the start property is a tree nodes notTokenobject when you are parsing trees.