类 ANTLRv3Parser.option_return
- java.lang.Object
-
- org.antlr.runtime.RuleReturnScope
-
- org.antlr.runtime.ParserRuleReturnScope
-
- org.antlr.gunit.swingui.parsers.ANTLRv3Parser.option_return
-
- 封闭类:
- ANTLRv3Parser
public static class ANTLRv3Parser.option_return extends ParserRuleReturnScope
-
-
字段概要
-
从类继承的字段 org.antlr.runtime.ParserRuleReturnScope
start, stop
-
-
构造器概要
构造器 构造器 说明 option_return()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CommonTree
getTree()
Has a value potentially if output=AST;-
从类继承的方法 org.antlr.runtime.ParserRuleReturnScope
getStart, getStop
-
从类继承的方法 org.antlr.runtime.RuleReturnScope
getTemplate
-
-
-
-
方法详细资料
-
getTree
public CommonTree getTree()
从类复制的说明:RuleReturnScope
Has a value potentially if output=AST;- 覆盖:
getTree
在类中ParserRuleReturnScope
-
-