org.apache.commons.configuration.plist
Class PropertyListParserTokenManager
java.lang.Object
org.apache.commons.configuration.plist.PropertyListParserTokenManager
- All Implemented Interfaces:
- PropertyListParserConstants
class PropertyListParserTokenManager
- extends java.lang.Object
- implements PropertyListParserConstants
Fields inherited from interface org.apache.commons.configuration.plist.PropertyListParserConstants |
ARRAY_BEGIN, ARRAY_END, ARRAY_SEPARATOR, DATA, DATA_END, DATA_START, DEFAULT, DICT_BEGIN, DICT_END, DICT_SEPARATOR, EOF, EQUAL, ESCAPED_QUOTE, HEXA, LETTER, QUOTE, QUOTED_STRING, STRING, tokenImage, WHITE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public java.io.PrintStream debugStream
jjbitVec0
static final long[] jjbitVec0
jjnextStates
static final int[] jjnextStates
jjstrLiteralImages
public static final java.lang.String[] jjstrLiteralImages
lexStateNames
public static final java.lang.String[] lexStateNames
jjtoToken
static final long[] jjtoToken
jjtoSkip
static final long[] jjtoSkip
input_stream
protected SimpleCharStream input_stream
jjrounds
private final int[] jjrounds
jjstateSet
private final int[] jjstateSet
curChar
protected char curChar
curLexState
int curLexState
defaultLexState
int defaultLexState
jjnewStateCnt
int jjnewStateCnt
jjround
int jjround
jjmatchedPos
int jjmatchedPos
jjmatchedKind
int jjmatchedKind
PropertyListParserTokenManager
public PropertyListParserTokenManager(SimpleCharStream stream)
jjStopStringLiteralDfa_0
private final int jjStopStringLiteralDfa_0(int pos,
long active0)
jjStartNfa_0
private final int jjStartNfa_0(int pos,
long active0)
jjStopAtPos
private final int jjStopAtPos(int pos,
int kind)
jjStartNfaWithStates_0
private final int jjStartNfaWithStates_0(int pos,
int kind,
int state)
jjMoveStringLiteralDfa0_0
private final int jjMoveStringLiteralDfa0_0()
jjMoveStringLiteralDfa1_0
private final int jjMoveStringLiteralDfa1_0(long active0)
jjCheckNAdd
private final void jjCheckNAdd(int state)
jjCheckNAddTwoStates
private final void jjCheckNAddTwoStates(int state1,
int state2)
jjCheckNAddStates
private final void jjCheckNAddStates(int start,
int end)
jjMoveNfa_0
private final int jjMoveNfa_0(int startState,
int curPos)
ReInit
public void ReInit(SimpleCharStream stream)
ReInitRounds
private final void ReInitRounds()
jjFillToken
protected Token jjFillToken()
getNextToken
public Token getNextToken()