com.senseidb.bql.parsers
Class BQLParser.limit_clause_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by com.senseidb.bql.parsers.BQLParser.limit_clause_return
Enclosing class:
BQLParser

public static class BQLParser.limit_clause_return
extends org.antlr.runtime.ParserRuleReturnScope


Field Summary
 int count
           
 int offset
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
BQLParser.limit_clause_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

offset

public int offset

count

public int count
Constructor Detail

BQLParser.limit_clause_return

public BQLParser.limit_clause_return()
Method Detail

getTree

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


Copyright © 2010-2012. All Rights Reserved.