| java.lang.Object org.apache.velocity.runtime.parser.ParserTokenManager
curChar | protected char curChar(Code) | | |
curLexState | int curLexState(Code) | | |
debugPrint | public boolean debugPrint(Code) | | |
defaultLexState | int defaultLexState(Code) | | |
inDirective | public boolean inDirective(Code) | | |
inSet | public boolean inSet(Code) | | |
jjbitVec0 | final static long[] jjbitVec0(Code) | | |
jjbitVec2 | final static long[] jjbitVec2(Code) | | |
jjimageLen | int jjimageLen(Code) | | |
jjmatchedKind | int jjmatchedKind(Code) | | |
jjmatchedPos | int jjmatchedPos(Code) | | |
jjnewLexState | final public static int[] jjnewLexState(Code) | | |
jjnewStateCnt | int jjnewStateCnt(Code) | | |
jjnextStates | final static int[] jjnextStates(Code) | | |
jjstrLiteralImages | final public static String[] jjstrLiteralImages(Code) | | |
jjtoMore | final static long[] jjtoMore(Code) | | |
jjtoSkip | final static long[] jjtoSkip(Code) | | |
jjtoSpecial | final static long[] jjtoSpecial(Code) | | |
jjtoToken | final static long[] jjtoToken(Code) | | |
lengthOfMatch | int lengthOfMatch(Code) | | |
lexStateNames | final public static String[] lexStateNames(Code) | | |
ParserTokenManager | public ParserTokenManager(CharStream stream, int lexState)(Code) | | |
MoreLexicalActions | void MoreLexicalActions()(Code) | | |
SkipLexicalActions | void SkipLexicalActions(Token matchedToken)(Code) | | |
SwitchTo | public void SwitchTo(int lexState)(Code) | | |
TokenLexicalActions | void TokenLexicalActions(Token matchedToken)(Code) | | |
clearStateVars | public void clearStateVars()(Code) | | Clears all state variables, resets to
start values, clears stateStack. Call
before parsing.
void |
stateStackPop | public boolean stateStackPop()(Code) | | pushes the current state onto the 'state stack',
and maintains the parens counts
public because we need it in PD & VM handling
boolean : success. It can fail if the state machinegets messed up (do don't mess it up :) |
stateStackPush | public boolean stateStackPush()(Code) | | pops a state off the stack, and restores paren counts
boolean : success of operation |
|
|