net.esper.eql.generated
Class EQLBaseWalker

java.lang.Object
  extended by antlr.TreeParser
      extended by net.esper.eql.generated.EQLBaseWalker
All Implemented Interfaces:
EqlEvalTokenTypes
Direct Known Subclasses:
EQLPatternTreeWalker, EQLTreeWalker

public class EQLBaseWalker
extends antlr.TreeParser
implements EqlEvalTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_2
           
 
Fields inherited from class antlr.TreeParser
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth
 
Fields inherited from interface net.esper.eql.generated.EqlEvalTokenTypes
ALL, AND_EXPR, ARRAY_PARAM_LIST, AS, ASC, AVEDEV, AVG, BAND, BAND_ASSIGN, BNOT, BOGUS, BOOL_TYPE, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, BY, CLASS_IDENT, COLON, COMMA, CONCAT, COUNT, DEC, DESC, DISTINCT, DIV, DIV_ASSIGN, DOT, DOUBLE_TYPE, EOF, EQUAL, EQUALS, ESC, EVAL_AND_EXPR, EVAL_BITWISE_EXPR, EVAL_EQUALS_EXPR, EVAL_IDENT, EVAL_NOTEQUALS_EXPR, EVAL_OR_EXPR, EVENT_FILTER_EXPR, EVENT_FILTER_IDENT, EVENT_FILTER_NAME_TAG, EVENT_FILTER_PARAM, EVENT_LIMIT_EXPR, EVENT_PROP_EXPR, EVENT_PROP_INDEXED, EVENT_PROP_MAPPED, EVENT_PROP_SIMPLE, EVENTS, EVERY_EXPR, EXPONENT, FLOAT_SUFFIX, FLOAT_TYPE, FOLLOWED_BY, FOLLOWED_BY_EXPR, FROM, FULL, FULL_OUTERJOIN_EXPR, GE, GROUP, GROUP_BY_EXPR, GT, GUARD_EXPR, HAVING, HAVING_EXPR, HEX_DIGIT, IDENT, IN, INC, INSERT, INSERTINTO_EXPR, INSERTINTO_EXPRCOL, INT_TYPE, INTO, IS, ISTREAM, JOIN, LAND, LAST, LBRACK, LCURLY, LE, LEFT, LEFT_OUTERJOIN_EXPR, LIB_FUNCTION, LITERAL_false, LITERAL_null, LITERAL_true, LNOT, LONG_TYPE, LOR, LPAREN, LT, MAX, MEDIAN, MIN, MIN_LIMIT_EXPR, MINUS, MINUS_ASSIGN, MINUTES, ML_COMMENT, MOD, MOD_ASSIGN, NOT_EQUAL, NOT_EXPR, NULL_TREE_LOOKAHEAD, NULL_TYPE, NUM_DOUBLE, NUM_FLOAT, NUM_INT, NUM_LONG, NUMERIC_PARAM_FREQUENCE, NUMERIC_PARAM_FREQUENCY, NUMERIC_PARAM_LIST, NUMERIC_PARAM_RANGE, OBSERVER_EXPR, ON, OR_EXPR, ORDER, ORDER_BY_EXPR, ORDER_ELEMENT_EXPR, OUTER, OUTERJOIN_EXPR, OUTPUT, PLUS, PLUS_ASSIGN, QUESTION, QUOTED_STRING_LITERAL, RBRACK, RCURLY, RIGHT, RIGHT_OUTERJOIN_EXPR, RPAREN, RSTREAM, SEC_LIMIT_EXPR, SECONDS, SELECT, SELECTION_ELEMENT_EXPR, SELECTION_EXPR, SEMI, SL, SL_ASSIGN, SL_COMMENT, SQL_NE, SR, SR_ASSIGN, STAR, STAR_ASSIGN, STDDEV, STREAM_EXPR, STRING_LITERAL, STRING_TYPE, SUM, UNARY_MINUS, VIEW_EXPR, WHERE, WHERE_EXPR, WS
 
Constructor Summary
EQLBaseWalker()
           
 
Method Summary
 void arithmeticExpr(antlr.collections.AST _t)
           
 void atomicExpr(antlr.collections.AST _t)
           
 void builtinFunc(antlr.collections.AST _t)
           
 void constant(antlr.collections.AST _t)
           
protected  void end()
           
 void evalExprChoice(antlr.collections.AST _t)
           
 void eventFilterExpr(antlr.collections.AST _t)
           
 void eventPropertyAtomic(antlr.collections.AST _t)
           
 void eventPropertyExpr(antlr.collections.AST _t)
           
 void exprChoice(antlr.collections.AST _t)
           
 void filterAtom(antlr.collections.AST _t)
           
 void filterIdentifier(antlr.collections.AST _t)
           
 void filterParam(antlr.collections.AST _t)
           
 void filterParamComparator(antlr.collections.AST _t)
           
 void groupByClause(antlr.collections.AST _t)
           
 void havingClause(antlr.collections.AST _t)
           
 void insertIntoExpr(antlr.collections.AST _t)
           
 void insertIntoExprCol(antlr.collections.AST _t)
           
protected  void leaveNode(antlr.collections.AST node)
           
 void libFunc(antlr.collections.AST _t)
           
 void number(antlr.collections.AST _t)
           
 void numericParameterList(antlr.collections.AST _t)
           
 void orderByClause(antlr.collections.AST _t)
           
 void orderByElement(antlr.collections.AST _t)
           
 void outerJoin(antlr.collections.AST _t)
           
 void outerJoinIdent(antlr.collections.AST _t)
           
 void outputLimitExpr(antlr.collections.AST _t)
           
 void parameter(antlr.collections.AST _t)
           
 void patternOp(antlr.collections.AST _t)
           
 void relationalExpr(antlr.collections.AST _t)
           
 void selectionListElement(antlr.collections.AST _t)
           
 void selectionListExpr(antlr.collections.AST _t)
           
 void singleParameter(antlr.collections.AST _t)
           
 void startEQLExpressionRule(antlr.collections.AST _t)
           
 void startPatternExpressionRule(antlr.collections.AST _t)
           
 void streamExpression(antlr.collections.AST _t)
           
 void valueExpr(antlr.collections.AST _t)
           
 void viewExpr(antlr.collections.AST _t)
           
 void viewListExpr(antlr.collections.AST _t)
           
 void whereClause(antlr.collections.AST _t)
           
 
Methods inherited from class antlr.TreeParser
getAST, getASTFactory, getTokenName, getTokenNames, match, match, matchNot, panic, reportError, reportError, reportWarning, setASTFactory, setASTNodeClass, setASTNodeType, traceIn, traceIndent, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2
Constructor Detail

EQLBaseWalker

public EQLBaseWalker()
Method Detail

leaveNode

protected void leaveNode(antlr.collections.AST node)
                  throws antlr.SemanticException
Throws:
antlr.SemanticException

end

protected void end()
            throws antlr.SemanticException
Throws:
antlr.SemanticException

startEQLExpressionRule

public final void startEQLExpressionRule(antlr.collections.AST _t)
                                  throws antlr.RecognitionException
Throws:
antlr.RecognitionException

insertIntoExpr

public final void insertIntoExpr(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

selectionListExpr

public final void selectionListExpr(antlr.collections.AST _t)
                             throws antlr.RecognitionException
Throws:
antlr.RecognitionException

streamExpression

public final void streamExpression(antlr.collections.AST _t)
                            throws antlr.RecognitionException
Throws:
antlr.RecognitionException

outerJoin

public final void outerJoin(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

whereClause

public final void whereClause(antlr.collections.AST _t)
                       throws antlr.RecognitionException
Throws:
antlr.RecognitionException

groupByClause

public final void groupByClause(antlr.collections.AST _t)
                         throws antlr.RecognitionException
Throws:
antlr.RecognitionException

havingClause

public final void havingClause(antlr.collections.AST _t)
                        throws antlr.RecognitionException
Throws:
antlr.RecognitionException

outputLimitExpr

public final void outputLimitExpr(antlr.collections.AST _t)
                           throws antlr.RecognitionException
Throws:
antlr.RecognitionException

orderByClause

public final void orderByClause(antlr.collections.AST _t)
                         throws antlr.RecognitionException
Throws:
antlr.RecognitionException

insertIntoExprCol

public final void insertIntoExprCol(antlr.collections.AST _t)
                             throws antlr.RecognitionException
Throws:
antlr.RecognitionException

selectionListElement

public final void selectionListElement(antlr.collections.AST _t)
                                throws antlr.RecognitionException
Throws:
antlr.RecognitionException

valueExpr

public final void valueExpr(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

outerJoinIdent

public final void outerJoinIdent(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

eventPropertyExpr

public final void eventPropertyExpr(antlr.collections.AST _t)
                             throws antlr.RecognitionException
Throws:
antlr.RecognitionException

eventFilterExpr

public final void eventFilterExpr(antlr.collections.AST _t)
                           throws antlr.RecognitionException
Throws:
antlr.RecognitionException

viewListExpr

public final void viewListExpr(antlr.collections.AST _t)
                        throws antlr.RecognitionException
Throws:
antlr.RecognitionException

viewExpr

public final void viewExpr(antlr.collections.AST _t)
                    throws antlr.RecognitionException
Throws:
antlr.RecognitionException

parameter

public final void parameter(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

orderByElement

public final void orderByElement(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

number

public final void number(antlr.collections.AST _t)
                  throws antlr.RecognitionException
Throws:
antlr.RecognitionException

relationalExpr

public final void relationalExpr(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

evalExprChoice

public final void evalExprChoice(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

constant

public final void constant(antlr.collections.AST _t)
                    throws antlr.RecognitionException
Throws:
antlr.RecognitionException

arithmeticExpr

public final void arithmeticExpr(antlr.collections.AST _t)
                          throws antlr.RecognitionException
Throws:
antlr.RecognitionException

builtinFunc

public final void builtinFunc(antlr.collections.AST _t)
                       throws antlr.RecognitionException
Throws:
antlr.RecognitionException

libFunc

public final void libFunc(antlr.collections.AST _t)
                   throws antlr.RecognitionException
Throws:
antlr.RecognitionException

startPatternExpressionRule

public final void startPatternExpressionRule(antlr.collections.AST _t)
                                      throws antlr.RecognitionException
Throws:
antlr.RecognitionException

exprChoice

public final void exprChoice(antlr.collections.AST _t)
                      throws antlr.RecognitionException
Throws:
antlr.RecognitionException

atomicExpr

public final void atomicExpr(antlr.collections.AST _t)
                      throws antlr.RecognitionException
Throws:
antlr.RecognitionException

patternOp

public final void patternOp(antlr.collections.AST _t)
                     throws antlr.RecognitionException
Throws:
antlr.RecognitionException

filterParam

public final void filterParam(antlr.collections.AST _t)
                       throws antlr.RecognitionException
Throws:
antlr.RecognitionException

filterParamComparator

public final void filterParamComparator(antlr.collections.AST _t)
                                 throws antlr.RecognitionException
Throws:
antlr.RecognitionException

filterAtom

public final void filterAtom(antlr.collections.AST _t)
                      throws antlr.RecognitionException
Throws:
antlr.RecognitionException

filterIdentifier

public final void filterIdentifier(antlr.collections.AST _t)
                            throws antlr.RecognitionException
Throws:
antlr.RecognitionException

eventPropertyAtomic

public final void eventPropertyAtomic(antlr.collections.AST _t)
                               throws antlr.RecognitionException
Throws:
antlr.RecognitionException

singleParameter

public final void singleParameter(antlr.collections.AST _t)
                           throws antlr.RecognitionException
Throws:
antlr.RecognitionException

numericParameterList

public final void numericParameterList(antlr.collections.AST _t)
                                throws antlr.RecognitionException
Throws:
antlr.RecognitionException