|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
char | curChar |
bool | debugPrint |
System.IO.TextWriter | debugStream |
bool | inDirective |
bool | inSet |
int[] | jjnewLexState |
string[] | jjstrLiteralImages |
string[] | lexStateNames |
Constructor Summary | |
---|---|
ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream) | |
ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream, int lexState) |
Property Summary | |
---|---|
NVelocity.Runtime.Parser.Token | NextToken |
Method Summary | |
---|---|
void | clearStateVars() |
void | ReInit(NVelocity.Runtime.Parser.CharStream stream) |
void | ReInit(NVelocity.Runtime.Parser.CharStream stream, int lexState) |
void | setDebugStream(System.IO.StreamWriter ds) |
bool | stateStackPop() |
bool | stateStackPush() |
void | SwitchTo(int lexState) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
protected char curChar
public bool debugPrint
public System.IO.TextWriter debugStream
public bool inDirective
public bool inSet
public int[] jjnewLexState
public string[] jjstrLiteralImages
public string[] lexStateNames
Constructor Detail |
---|
public ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream)
public ParserTokenManager(NVelocity.Runtime.Parser.CharStream stream, int lexState)
Property Detail |
---|
public NVelocity.Runtime.Parser.Token NextToken
Method Detail |
---|
public void clearStateVars()
public void ReInit(NVelocity.Runtime.Parser.CharStream stream)
public void ReInit(NVelocity.Runtime.Parser.CharStream stream, int lexState)
public void setDebugStream(System.IO.StreamWriter ds)
public bool stateStackPop()
public bool stateStackPush()
public void SwitchTo(int lexState)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |