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

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

public class PAParser
extends Object
implements PAParserConstants


Field Summary
 Token jj_nt
           
 Token token
           
 PAParserTokenManager token_source
           
 
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
PAParser(InputStream stream)
           
PAParser(PAParserTokenManager tm)
           
PAParser(Reader stream)
           
 
Method Summary
 void disable_tracing()
           
 void enable_tracing()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 void parse(PAContext context)
           
 void ReInit(InputStream stream)
           
 void ReInit(PAParserTokenManager tm)
           
 void ReInit(Reader stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public PAParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt
Constructor Detail

PAParser

public PAParser(InputStream stream)

PAParser

public PAParser(Reader stream)

PAParser

public PAParser(PAParserTokenManager tm)
Method Detail

parse

public final void parse(PAContext context)
                 throws ParseException
Throws:
ParseException

ReInit

public void ReInit(InputStream stream)

ReInit

public void ReInit(Reader stream)

ReInit

public void ReInit(PAParserTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public final ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()


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