com.lowagie.text.pdf.codec.postscript
Interface PAParserConstants
- All Known Implementing Classes:
- PAParser, PAParserTokenManager
- public interface PAParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
KEY_IDENTIFIER
public static final int KEY_IDENTIFIER
- See Also:
- Constant Field Values
IMMEDIATE_IDENTIFIER
public static final int IMMEDIATE_IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage