org.codehaus.activemq.selector
Class SelectorParserTokenManager
java.lang.Object
org.codehaus.activemq.selector.SelectorParserTokenManager
- All Implemented Interfaces:
- SelectorParserConstants
- public class SelectorParserTokenManager
- extends Object
- implements SelectorParserConstants
Fields inherited from interface org.codehaus.activemq.selector.SelectorParserConstants |
AND, BETWEEN, BLOCK_COMMENT, DEFAULT, EOF, ESCAPE, EXPONENT, FALSE, FLOATING_POINT_LITERAL, ID, IN, INTEGER_LITERAL, IS, LIKE, LINE_COMMENT, NOT, NULL, OR, STRING_LITERAL, tokenImage, TRUE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public PrintStream debugStream
jjbitVec0
static final long[] jjbitVec0
jjbitVec2
static final long[] jjbitVec2
jjnextStates
static final int[] jjnextStates
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
jjtoToken
static final long[] jjtoToken
jjtoSkip
static final long[] jjtoSkip
jjtoSpecial
static final long[] jjtoSpecial
curChar
protected char curChar
curLexState
int curLexState
defaultLexState
int defaultLexState
jjnewStateCnt
int jjnewStateCnt
jjround
int jjround
jjmatchedPos
int jjmatchedPos
jjmatchedKind
int jjmatchedKind
SelectorParserTokenManager
public SelectorParserTokenManager(SimpleCharStream stream)
SelectorParserTokenManager
public SelectorParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public void setDebugStream(PrintStream ds)
ReInit
public void ReInit(SimpleCharStream stream)
ReInit
public void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public void SwitchTo(int lexState)
getNextToken
public final Token getNextToken()
Copyright © 2004 Protique, Ltd.. All Rights Reserved.