org.antlr.grammar.v3
Class ANTLRv3Parser.optionValue_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by org.antlr.grammar.v3.ANTLRv3Parser.optionValue_return
Enclosing class:
ANTLRv3Parser

public static class ANTLRv3Parser.optionValue_return
extends ParserRuleReturnScope


Field Summary
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
ANTLRv3Parser.optionValue_return()
           
 
Method Summary
 java.lang.Object getTree()
          Has a value potentially if output=AST;
 
Methods inherited from class org.antlr.runtime.ParserRuleReturnScope
getStart, getStop
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ANTLRv3Parser.optionValue_return

public ANTLRv3Parser.optionValue_return()
Method Detail

getTree

public java.lang.Object getTree()
Description copied from class: RuleReturnScope
Has a value potentially if output=AST;

Overrides:
getTree in class RuleReturnScope


Copyright © 2013. All Rights Reserved.