net.sf.jplist.input.ascii
Class AsciiPListParserTokenManager

java.lang.Object
  extended by net.sf.jplist.input.ascii.AsciiPListParserTokenManager
All Implemented Interfaces:
AsciiPListParserConstants

public class AsciiPListParserTokenManager
extends java.lang.Object
implements AsciiPListParserConstants


Field Summary
protected  char curChar
           
 java.io.PrintStream debugStream
           
protected  SimpleCharStream input_stream
           
static int[] jjnewLexState
           
static java.lang.String[] jjstrLiteralImages
           
static java.lang.String[] lexStateNames
           
 
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
 
Constructor Summary
AsciiPListParserTokenManager(SimpleCharStream stream)
           
AsciiPListParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
protected  Token jjFillToken()
           
 void ReInit(SimpleCharStream stream)
           
 void ReInit(SimpleCharStream stream, int lexState)
           
 void setDebugStream(java.io.PrintStream ds)
           
 void SwitchTo(int lexState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AsciiPListParserTokenManager

public AsciiPListParserTokenManager(SimpleCharStream stream)

AsciiPListParserTokenManager

public AsciiPListParserTokenManager(SimpleCharStream stream,
                                    int lexState)
Method Detail

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()