NVelocity.Runtime.Parser
Class ParserTokenManager
| Property Summary |
| NVelocity.Runtime.Parser.Token |
NextToken
|
curChar
protected char curChar
-
debugPrint
public bool debugPrint
-
debugStream
public System.IO.TextWriter debugStream
-
inDirective
public bool inDirective
-
inSet
public bool inSet
-
jjnewLexState
public int[] jjnewLexState
-
jjstrLiteralImages
public string[] jjstrLiteralImages
-
lexStateNames
public string[] lexStateNames
-
ParserTokenManager
public ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream)
-
ParserTokenManager
public ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream,
int lexState)
-
NextToken
public NVelocity.Runtime.Parser.Token NextToken
-
clearStateVars
public void clearStateVars()
-
ReInit
public void ReInit(NVelocity.Runtime.Parser.CharStream stream)
-
ReInit
public void ReInit(NVelocity.Runtime.Parser.CharStream stream,
int lexState)
-
setDebugStream
public void setDebugStream(System.IO.StreamWriter ds)
-
stateStackPop
public bool stateStackPop()
-
stateStackPush
public bool stateStackPush()
-
SwitchTo
public void SwitchTo(int lexState)
-