/* Generated by AspectJ version 0.7beta7 */ public interface ParserConstants { //from ParserConstants.java:2 public static int EOF = 0; //from ParserConstants.java:4 public static int DECIMAL_LITERAL = 13; //from ParserConstants.java:5 public static int HEX_LITERAL = 14; //from ParserConstants.java:6 public static int OCTAL_LITERAL = 15; //from ParserConstants.java:7 public static int FLOATING_POINT_LITERAL = 16; //from ParserConstants.java:8 public static int EXPONENT = 17; //from ParserConstants.java:9 public static int CHARACTER_LITERAL = 18; //from ParserConstants.java:10 public static int STRING_LITERAL = 19; //from ParserConstants.java:11 public static int TEXT_LITERAL = 20; //from ParserConstants.java:12 public static int TRUE = 21; //from ParserConstants.java:13 public static int FALSE = 22; //from ParserConstants.java:14 public static int IDENTIFIER = 23; //from ParserConstants.java:15 public static int LETTER = 24; //from ParserConstants.java:16 public static int DIGIT = 25; //from ParserConstants.java:17 public static int LINE = 26; //from ParserConstants.java:18 public static int WORD = 31; //from ParserConstants.java:19 public static int DEFAULT = 0; //from ParserConstants.java:21 public static int Line = 1; //from ParserConstants.java:22 public static int Word = 2; //from ParserConstants.java:23 public static java.lang.String[] tokenImage = {"", "\".\"", "\"=\"", "\":\"", "\"|\"", "\"<\"", "\">\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", ""}; //from ParserConstants.java:57 }