org.antlr.grammar.v3
Class ANTLRParser.optionsSpec_return

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

public static class ANTLRParser.optionsSpec_return
extends ParserRuleReturnScope


Field Summary
 Map<String,Object> opts
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
ANTLRParser.optionsSpec_return()
           
 
Method Summary
 Object getTree()
           
 
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
 

Field Detail

opts

public Map<String,Object> opts
Constructor Detail

ANTLRParser.optionsSpec_return

public ANTLRParser.optionsSpec_return()
Method Detail

getTree

public Object getTree()
Overrides:
getTree in class ParserRuleReturnScope


Copyright © 2011. All Rights Reserved.