org.rhq.enterprise.server.search
Class RHQLLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.rhq.enterprise.server.search.RHQLLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class RHQLLexer
extends org.antlr.runtime.Lexer


Field Summary
static int AND
           
static int CONTEXT
           
protected  org.rhq.enterprise.server.search.RHQLLexer.DFA2 dfa2
           
static int EOF
           
static int ID
           
static int IDENT
           
static int LEVEL
           
static int LINEAGE
           
static int OP_EQUALS
           
static int OP_EQUALS_STRICT
           
static int OP_GREATER_THAN
           
static int OP_LESS_THAN
           
static int OP_NOT_EQUALS
           
static int OP_NOT_EQUALS_STRICT
           
static int OR
           
static int PARAM
           
static int PATH
           
static int SYMBOL
           
static int T__22
           
static int T__23
           
static int T__24
           
static int T__25
           
static int T__26
           
static int T__27
           
static int T__28
           
static int T__29
           
static int T__30
           
static int T__31
           
static int T__32
           
static int T__33
           
static int T__34
           
static int T__35
           
static int T__36
           
static int VALUE
           
static int WS
           
 
Fields inherited from class org.antlr.runtime.Lexer
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
RHQLLexer()
           
RHQLLexer(org.antlr.runtime.CharStream input)
           
RHQLLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getGrammarFileName()
           
 void mID()
           
 void mLEVEL()
           
 void mSYMBOL()
           
 void mT__22()
           
 void mT__23()
           
 void mT__24()
           
 void mT__25()
           
 void mT__26()
           
 void mT__27()
           
 void mT__28()
           
 void mT__29()
           
 void mT__30()
           
 void mT__31()
           
 void mT__32()
           
 void mT__33()
           
 void mT__34()
           
 void mT__35()
           
 void mT__36()
           
 void mTokens()
           
 void mWS()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OP_NOT_EQUALS_STRICT

public static final int OP_NOT_EQUALS_STRICT
See Also:
Constant Field Values

T__29

public static final int T__29
See Also:
Constant Field Values

OP_GREATER_THAN

public static final int OP_GREATER_THAN
See Also:
Constant Field Values

T__28

public static final int T__28
See Also:
Constant Field Values

T__27

public static final int T__27
See Also:
Constant Field Values

SYMBOL

public static final int SYMBOL
See Also:
Constant Field Values

T__26

public static final int T__26
See Also:
Constant Field Values

T__25

public static final int T__25
See Also:
Constant Field Values

T__24

public static final int T__24
See Also:
Constant Field Values

T__23

public static final int T__23
See Also:
Constant Field Values

T__22

public static final int T__22
See Also:
Constant Field Values

OP_NOT_EQUALS

public static final int OP_NOT_EQUALS
See Also:
Constant Field Values

PARAM

public static final int PARAM
See Also:
Constant Field Values

VALUE

public static final int VALUE
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

LINEAGE

public static final int LINEAGE
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

CONTEXT

public static final int CONTEXT
See Also:
Constant Field Values

T__30

public static final int T__30
See Also:
Constant Field Values

T__31

public static final int T__31
See Also:
Constant Field Values

T__32

public static final int T__32
See Also:
Constant Field Values

T__33

public static final int T__33
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

T__34

public static final int T__34
See Also:
Constant Field Values

T__35

public static final int T__35
See Also:
Constant Field Values

T__36

public static final int T__36
See Also:
Constant Field Values

LEVEL

public static final int LEVEL
See Also:
Constant Field Values

PATH

public static final int PATH
See Also:
Constant Field Values

OP_EQUALS_STRICT

public static final int OP_EQUALS_STRICT
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

OP_EQUALS

public static final int OP_EQUALS
See Also:
Constant Field Values

OP_LESS_THAN

public static final int OP_LESS_THAN
See Also:
Constant Field Values

dfa2

protected org.rhq.enterprise.server.search.RHQLLexer.DFA2 dfa2
Constructor Detail

RHQLLexer

public RHQLLexer()

RHQLLexer

public RHQLLexer(org.antlr.runtime.CharStream input)

RHQLLexer

public RHQLLexer(org.antlr.runtime.CharStream input,
                 org.antlr.runtime.RecognizerSharedState state)
Method Detail

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mT__22

public final void mT__22()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__23

public final void mT__23()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__24

public final void mT__24()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__25

public final void mT__25()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__26

public final void mT__26()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__27

public final void mT__27()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__28

public final void mT__28()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__29

public final void mT__29()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__30

public final void mT__30()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__31

public final void mT__31()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__32

public final void mT__32()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__33

public final void mT__33()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__34

public final void mT__34()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__35

public final void mT__35()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__36

public final void mT__36()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mID

public final void mID()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLEVEL

public final void mLEVEL()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSYMBOL

public final void mSYMBOL()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWS

public final void mWS()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.