net.sf.jplist.input.ascii
Class AsciiPListParserTokenManager
java.lang.Object
net.sf.jplist.input.ascii.AsciiPListParserTokenManager
- All Implemented Interfaces:
- AsciiPListParserConstants
public class AsciiPListParserTokenManager
- extends java.lang.Object
- implements AsciiPListParserConstants
Fields inherited from interface net.sf.jplist.input.ascii.AsciiPListParserConstants |
ASSIGN, CHAR, CLOSEQ, COMMA, DEFAULT, DIGIT, EOF, LANGLE, LBRACE, LPAREN, OPENQ, QCHAR, RANGLE, RBRACE, RPAREN, SEMICOL, tokenImage, UNPARSED, WS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public java.io.PrintStream debugStream
jjstrLiteralImages
public static final java.lang.String[] jjstrLiteralImages
lexStateNames
public static final java.lang.String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
input_stream
protected SimpleCharStream input_stream
curChar
protected char curChar
AsciiPListParserTokenManager
public AsciiPListParserTokenManager(SimpleCharStream stream)
AsciiPListParserTokenManager
public AsciiPListParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public void setDebugStream(java.io.PrintStream ds)
ReInit
public void ReInit(SimpleCharStream stream)
ReInit
public void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public void SwitchTo(int lexState)
jjFillToken
protected Token jjFillToken()
getNextToken
public Token getNextToken()