Uses of Class
org.antlr.runtime.RuleReturnScope
-
Packages that use RuleReturnScope Package Description org.antlr.grammar.v3 org.antlr.gunit org.antlr.gunit.swingui.parsers org.antlr.runtime org.antlr.runtime.tree -
-
Uses of RuleReturnScope in org.antlr.grammar.v3
-
Uses of RuleReturnScope in org.antlr.gunit
Subclasses of RuleReturnScope in org.antlr.gunit Modifier and Type Class Description static class
gUnitParser.file_return
static class
gUnitParser.id_return
static class
gUnitParser.option_return
static class
gUnitParser.treeAdaptor_return
-
Uses of RuleReturnScope in org.antlr.gunit.swingui.parsers
-
Uses of RuleReturnScope in org.antlr.runtime
Subclasses of RuleReturnScope in org.antlr.runtime Modifier and Type Class Description class
ParserRuleReturnScope
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.tree Modifier and Type Class Description class
TreeRuleReturnScope
This is identical to theParserRuleReturnScope
except that the start property is a tree nodes notToken
object when you are parsing trees.
-