From 13d6dc3a6a5e8bd3c17997351a0e6f087eb301a2 Mon Sep 17 00:00:00 2001 From: tknall Date: Tue, 25 Nov 2008 12:04:30 +0000 Subject: Removing itext from source. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@302 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../pdf/codec/postscript/PAParserConstants.java | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 src/main/java/com/lowagie/text/pdf/codec/postscript/PAParserConstants.java (limited to 'src/main/java/com/lowagie/text/pdf/codec/postscript/PAParserConstants.java') diff --git a/src/main/java/com/lowagie/text/pdf/codec/postscript/PAParserConstants.java b/src/main/java/com/lowagie/text/pdf/codec/postscript/PAParserConstants.java deleted file mode 100644 index 828ccfe..0000000 --- a/src/main/java/com/lowagie/text/pdf/codec/postscript/PAParserConstants.java +++ /dev/null @@ -1,60 +0,0 @@ -/* Generated By:JavaCC: Do not edit this line. PAParserConstants.java */ -package com.lowagie.text.pdf.codec.postscript; - -public interface PAParserConstants { - - int EOF = 0; - int WHITESPACE = 1; - int INTEGER_LITERAL = 5; - int DECIMAL_LITERAL = 6; - int HEX_LITERAL = 7; - int FLOATING_POINT_LITERAL = 8; - int EXPONENT = 9; - int STRING_LITERAL = 10; - int IDENTIFIER = 11; - int KEY_IDENTIFIER = 12; - int IMMEDIATE_IDENTIFIER = 13; - int LETTER = 14; - int DIGIT = 15; - int LBRACE = 16; - int RBRACE = 17; - int LBRACKET = 18; - int RBRACKET = 19; - int LDICT = 20; - int RDICT = 21; - int Nextchar = 22; - int HEX_STRING_LITERAL = 23; - int Instring = 24; - - int DEFAULT = 0; - int WITHINSTRING = 1; - - String[] tokenImage = { - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "\"{\"", - "\"}\"", - "\"[\"", - "\"]\"", - "\"<<\"", - "\">>\"", - "", - "\">\"", - "\"<\"", - }; - -} -- cgit v1.2.3