类的使用
org.antlr.runtime.RuleReturnScope
-
使用RuleReturnScope的程序包 程序包 说明 org.antlr.grammar.v3 org.antlr.gunit org.antlr.gunit.swingui.parsers org.antlr.runtime org.antlr.runtime.tree -
-
org.antlr.grammar.v3中RuleReturnScope的使用
-
org.antlr.gunit中RuleReturnScope的使用
org.antlr.gunit中RuleReturnScope的子类 修饰符和类型 类 说明 static class
gUnitParser.file_return
static class
gUnitParser.id_return
static class
gUnitParser.option_return
static class
gUnitParser.treeAdaptor_return
-
org.antlr.gunit.swingui.parsers中RuleReturnScope的使用
-
org.antlr.runtime中RuleReturnScope的使用
org.antlr.runtime中RuleReturnScope的子类 修饰符和类型 类 说明 class
ParserRuleReturnScope
Rules that return more than a single value must return an object containing all the values. -
org.antlr.runtime.tree中RuleReturnScope的使用
org.antlr.runtime.tree中RuleReturnScope的子类 修饰符和类型 类 说明 class
TreeRuleReturnScope
This is identical to theParserRuleReturnScope
except that the start property is a tree nodes notToken
object when you are parsing trees.
-