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: PAParser [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.postscript.PAParser

All Implemented Interfaces:
    PAParserConstants

Field Summary
public  PAParserTokenManager token_source     
 JavaCharStream jj_input_stream     
public  Token token     
public  Token jj_nt     
Constructor:
 public PAParser(InputStream stream) 
 public PAParser(Reader stream) 
 public PAParser(PAParserTokenManager tm) 
Method from com.lowagie.text.pdf.codec.postscript.PAParser Summary:
ReInit,   ReInit,   ReInit,   disable_tracing,   enable_tracing,   error_skipto,   generateParseException,   getNextToken,   getToken,   parse
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.postscript.PAParser Detail:
 public  void ReInit(InputStream stream) 
 public  void ReInit(Reader stream) 
 public  void ReInit(PAParserTokenManager tm) 
 public final  void disable_tracing() 
 public final  void enable_tracing() 
  void error_skipto(int kind) throws ParseException 
 public final ParseException generateParseException() 
 public final Token getNextToken() 
 public final Token getToken(int index) 
 public final  void parse(PAContext context) throws ParseException