com.lowagie.text.pdf.codec.postscript
Class PAParserTokenManager

java.lang.Object
  extended by com.lowagie.text.pdf.codec.postscript.PAParserTokenManager
All Implemented Interfaces:
PAParserConstants

public class PAParserTokenManager
extends Object
implements PAParserConstants


Field Summary
protected  char curChar
           
 PrintStream debugStream
           
static int[] jjnewLexState
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface com.lowagie.text.pdf.codec.postscript.PAParserConstants
DECIMAL_LITERAL, DEFAULT, DIGIT, EOF, EXPONENT, FLOATING_POINT_LITERAL, HEX_LITERAL, HEX_STRING_LITERAL, IDENTIFIER, IMMEDIATE_IDENTIFIER, Instring, INTEGER_LITERAL, KEY_IDENTIFIER, LBRACE, LBRACKET, LDICT, LETTER, Nextchar, RBRACE, RBRACKET, RDICT, STRING_LITERAL, tokenImage, WHITESPACE, WITHINSTRING
 
Constructor Summary
PAParserTokenManager(JavaCharStream stream)
           
PAParserTokenManager(JavaCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
 void ReInit(JavaCharStream stream)
           
 void ReInit(JavaCharStream stream, int lexState)
           
 void setDebugStream(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 PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

jjnewLexState

public static final int[] jjnewLexState

curChar

protected char curChar
Constructor Detail

PAParserTokenManager

public PAParserTokenManager(JavaCharStream stream)

PAParserTokenManager

public PAParserTokenManager(JavaCharStream stream,
                            int lexState)
Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)

ReInit

public void ReInit(JavaCharStream stream)

ReInit

public void ReInit(JavaCharStream stream,
                   int lexState)

SwitchTo

public void SwitchTo(int lexState)

getNextToken

public final Token getNextToken()


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.