Class logolParser.interval_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by logolParser.interval_return
Enclosing class:
logolParser

public static class logolParser.interval_return
extends org.antlr.runtime.ParserRuleReturnScope


Field Summary
 java.lang.String max
           
 java.lang.String min
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
logolParser.interval_return()
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStart, getStop, getTemplate, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public java.lang.String min

max

public java.lang.String max
Constructor Detail

logolParser.interval_return

public logolParser.interval_return()