public class GroupMatcherParserTokenManager extends java.lang.Object implements GroupMatcherParserConstants
Modifier and Type | Field and Description |
---|---|
protected int |
curChar |
(package private) int |
curLexState |
java.io.PrintStream |
debugStream
Debug output.
|
(package private) int |
defaultLexState |
private java.lang.StringBuilder |
image |
protected SimpleCharStream |
input_stream |
private java.lang.StringBuilder |
jjimage |
private int |
jjimageLen |
(package private) int |
jjmatchedKind |
(package private) int |
jjmatchedPos |
static int[] |
jjnewLexState
Lex State array.
|
(package private) int |
jjnewStateCnt |
(package private) static int[] |
jjnextStates |
(package private) int |
jjround |
private int[] |
jjrounds |
private int[] |
jjstateSet |
static java.lang.String[] |
jjstrLiteralImages
Token literal values.
|
(package private) static long[] |
jjtoMore |
(package private) static long[] |
jjtoSkip |
(package private) static long[] |
jjtoSpecial |
(package private) static long[] |
jjtoToken |
private int |
lengthOfMatch |
static java.lang.String[] |
lexStateNames
Lexer state names.
|
Constructor and Description |
---|
GroupMatcherParserTokenManager(SimpleCharStream stream)
Constructor.
|
GroupMatcherParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken()
Get the next Token.
|
private void |
jjAddStates(int start,
int end) |
private void |
jjCheckNAdd(int state) |
private void |
jjCheckNAddTwoStates(int state1,
int state2) |
protected Token |
jjFillToken() |
private int |
jjMoveNfa_0(int startState,
int curPos) |
private int |
jjMoveStringLiteralDfa0_0() |
private int |
jjMoveStringLiteralDfa1_0(long active0) |
private int |
jjMoveStringLiteralDfa2_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa3_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa4_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa5_0(long old0,
long active0) |
private int |
jjStartNfa_0(int pos,
long active0) |
private int |
jjStartNfaWithStates_0(int pos,
int kind,
int state) |
private int |
jjStopAtPos(int pos,
int kind) |
private int |
jjStopStringLiteralDfa_0(int pos,
long active0) |
(package private) void |
MoreLexicalActions() |
void |
ReInit(SimpleCharStream stream)
Reinitialise parser.
|
void |
ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser.
|
private void |
ReInitRounds() |
void |
setDebugStream(java.io.PrintStream ds)
Set debug output.
|
(package private) void |
SkipLexicalActions(Token matchedToken) |
void |
SwitchTo(int lexState)
Switch to specified lex state.
|
(package private) void |
TokenLexicalActions(Token matchedToken) |
public java.io.PrintStream debugStream
public static final java.lang.String[] jjstrLiteralImages
static final int[] jjnextStates
int curLexState
int defaultLexState
int jjnewStateCnt
int jjround
int jjmatchedPos
int jjmatchedKind
public static final java.lang.String[] lexStateNames
public static final int[] jjnewLexState
static final long[] jjtoToken
static final long[] jjtoSkip
static final long[] jjtoSpecial
static final long[] jjtoMore
protected SimpleCharStream input_stream
private final int[] jjrounds
private final int[] jjstateSet
private final java.lang.StringBuilder jjimage
private java.lang.StringBuilder image
private int jjimageLen
private int lengthOfMatch
protected int curChar
public GroupMatcherParserTokenManager(SimpleCharStream stream)
public GroupMatcherParserTokenManager(SimpleCharStream stream, int lexState)
public void setDebugStream(java.io.PrintStream ds)
private final int jjStopStringLiteralDfa_0(int pos, long active0)
private final int jjStartNfa_0(int pos, long active0)
private int jjStopAtPos(int pos, int kind)
private int jjMoveStringLiteralDfa0_0()
private int jjMoveStringLiteralDfa1_0(long active0)
private int jjMoveStringLiteralDfa2_0(long old0, long active0)
private int jjMoveStringLiteralDfa3_0(long old0, long active0)
private int jjMoveStringLiteralDfa4_0(long old0, long active0)
private int jjMoveStringLiteralDfa5_0(long old0, long active0)
private int jjStartNfaWithStates_0(int pos, int kind, int state)
private int jjMoveNfa_0(int startState, int curPos)
protected Token jjFillToken()
public Token getNextToken()
void SkipLexicalActions(Token matchedToken)
void MoreLexicalActions()
void TokenLexicalActions(Token matchedToken)
private void jjCheckNAdd(int state)
private void jjAddStates(int start, int end)
private void jjCheckNAddTwoStates(int state1, int state2)
public void ReInit(SimpleCharStream stream)
private void ReInitRounds()
public void ReInit(SimpleCharStream stream, int lexState)
public void SwitchTo(int lexState)