net.sourceforge.hiveevents
Class ConstraintParser

java.lang.Object
  extended by antlr.Parser
      extended by antlr.LLkParser
          extended by net.sourceforge.hiveevents.ConstraintParser
All Implemented Interfaces:
ConstraintParserTokenTypes

public class ConstraintParser
extends antlr.LLkParser
implements ConstraintParserTokenTypes


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
           
static antlr.collections.impl.BitSet _tokenSet_3
           
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface net.sourceforge.hiveevents.ConstraintParserTokenTypes
AND, BOOL_PROPERTY, DOT, EOF, EQ, GE, GT, ID, LE, LPAREN, LT, NE, NULL_TREE_LOOKAHEAD, NUM_LITERAL, OR, PROPERTY, RPAREN, STR_LITERAL, WS
 
Constructor Summary
  ConstraintParser(antlr.ParserSharedInputState state)
           
  ConstraintParser(antlr.TokenBuffer tokenBuf)
           
protected ConstraintParser(antlr.TokenBuffer tokenBuf, int k)
           
  ConstraintParser(antlr.TokenStream lexer)
           
protected ConstraintParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
 void andexpr()
           
 void boolexpr()
           
protected  void buildTokenTypeASTClassMap()
           
 void compexpr()
           
 void expr()
           
 void genexpr()
           
 
Methods inherited from class antlr.LLkParser
consume, LA, LT, traceIn, traceOut
 
Methods inherited from class antlr.Parser
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
 
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

_tokenSet_3

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

ConstraintParser

protected ConstraintParser(antlr.TokenBuffer tokenBuf,
                           int k)

ConstraintParser

public ConstraintParser(antlr.TokenBuffer tokenBuf)

ConstraintParser

protected ConstraintParser(antlr.TokenStream lexer,
                           int k)

ConstraintParser

public ConstraintParser(antlr.TokenStream lexer)

ConstraintParser

public ConstraintParser(antlr.ParserSharedInputState state)
Method Detail

expr

public final void expr()
                throws antlr.RecognitionException,
                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

andexpr

public final void andexpr()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

boolexpr

public final void boolexpr()
                    throws antlr.RecognitionException,
                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

compexpr

public final void compexpr()
                    throws antlr.RecognitionException,
                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

genexpr

public final void genexpr()
                   throws antlr.RecognitionException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

buildTokenTypeASTClassMap

protected void buildTokenTypeASTClassMap()