Class ANTLRParser.optionValue_return

  • Enclosing class:
    ANTLRParser

    public static class ANTLRParser.optionValue_return
    extends org.antlr.runtime.ParserRuleReturnScope
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object value  
      • Fields inherited from class org.antlr.runtime.ParserRuleReturnScope

        start, stop
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GrammarAST 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

      • value

        public java.lang.Object value
    • Constructor Detail

      • optionValue_return

        public optionValue_return()
    • Method Detail

      • getTree

        public GrammarAST getTree()
        Overrides:
        getTree in class org.antlr.runtime.ParserRuleReturnScope