com.lowagie.text.pdf.codec.postscript

Class PAToken

public class PAToken extends Object

Field Summary
static intEND_ARRAY
static intEND_DICT
static intEND_PROCEDURE
static intIDENTIFIER
static intIMMEDIATE
static intKEY
static intMARK
static intPROCEDURE
static intSTART_ARRAY
static intSTART_DICT
static intSTART_PROCEDURE
inttype
Objectvalue
Constructor Summary
PAToken(Object value, int type)
Method Summary
StringtoString()

Field Detail

END_ARRAY

public static final int END_ARRAY

END_DICT

public static final int END_DICT

END_PROCEDURE

public static final int END_PROCEDURE

IDENTIFIER

public static final int IDENTIFIER

IMMEDIATE

public static final int IMMEDIATE

KEY

public static final int KEY

MARK

public static final int MARK

PROCEDURE

public static final int PROCEDURE

START_ARRAY

public static final int START_ARRAY

START_DICT

public static final int START_DICT

START_PROCEDURE

public static final int START_PROCEDURE

type

public int type

value

public Object value

Constructor Detail

PAToken

public PAToken(Object value, int type)

Method Detail

toString

public String toString()