Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec » postscript » [javadoc | source]
com.lowagie.text.pdf.codec.postscript
public class: PAParserTokenManager [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.postscript.PAParserTokenManager

All Implemented Interfaces:
    PAParserConstants

Field Summary
public  PrintStream debugStream     
static final  long[] jjbitVec0     
static final  long[] jjbitVec2     
static final  long[] jjbitVec3     
static final  long[] jjbitVec4     
static final  long[] jjbitVec5     
static final  long[] jjbitVec6     
static final  long[] jjbitVec7     
static final  long[] jjbitVec8     
static final  int[] jjnextStates     
public static final  String[] jjstrLiteralImages     
public static final  String[] lexStateNames     
static final  long[] jjtoToken     
static final  long[] jjtoSkip     
protected  char curChar     
 int curLexState     
 int defaultLexState     
 int jjnewStateCnt     
 int jjround     
 int jjmatchedPos     
 int jjmatchedKind     
Constructor:
 public PAParserTokenManager(JavaCharStream stream) 
 public PAParserTokenManager(JavaCharStream stream,
    int lexState) 
Method from com.lowagie.text.pdf.codec.postscript.PAParserTokenManager Summary:
ReInit,   ReInit,   SwitchTo,   getNextToken,   setDebugStream
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.postscript.PAParserTokenManager Detail:
 public  void ReInit(JavaCharStream stream) 
 public  void ReInit(JavaCharStream stream,
    int lexState) 
 public  void SwitchTo(int lexState) 
 public final Token getNextToken() 
 public  void setDebugStream(PrintStream ds)