package ajparser; /* Generated By: Java; tab-width&JavaCC: Do not edit this line. AspectJParserConstants.java */ public interface AspectJParserConstants { int EOF = 0; int SINGLE_LINE_COMMENT = 9; int FORMAL_COMMENT = 10; int MULTI_LINE_COMMENT = 11; int ABSTRACT = 13; int BOOLEAN = 14; int BREAK = 15; int BYTE = 16; int CASE = 17; int CATCH = 18; int CHAR = 19; int CLASS = 20; int CONST = 21; int CONTINUE = 22; int _DEFAULT = 23; int DO = 24; int DOUBLE = 25; int ELSE = 26; int EXTENDS = 27; int FALSE = 28; int FINAL = 29; int FINALLY = 30; int FLOAT = 31; int FOR = 32; int GOTO = 33; int IF = 34; int IMPLEMENTS = 35; int IMPORT = 36; int INSTANCEOF = 37; int INT = 38; int INTERFACE = 39; int LONG = 40; int NATIVE = 41; int NEW = 42; int NULL = 43; int PACKAGE = 44; int PRIVATE = 45; int PROTECTED = 46; int PUBLIC = 47; int RETURN = 48; int SHORT = 49; int STATIC = 50; int SUPER = 51; int SWITCH = 52; int SYNCHRONIZED = 53; int THIS = 54; int THROW = 55; int THROWS = 56; int TRANSIENT = 57; int TRUE = 58; int TRY = 59; int VOID = 60; int VOLATILE = 61; int WHILE = 62; int STRICTFP = 63; int AFTER = 64; int AROUND = 65; int ASPECT = 66; int BEFORE = 67; int DECLARE = 68; int DOMINATES = 69; int ISSINGLETON = 70; int PERCFLOW = 71; int PERCFLOWBELOW = 72; int PERTARGET = 73; int PERTHIS = 74; int POINTCUT = 75; int PRIVILEGED = 76; int PROCEED = 77; int RETURNING = 78; int THISJOINPOINT = 79; int THISJOINPOINTSTATICPART = 80; int THISENCLOSINGJOINPOINTSTATICPART = 81; int THROWING = 82; int DOTDOT = 83; int INTEGER_LITERAL = 84; int DECIMAL_LITERAL = 85; int HEX_LITERAL = 86; int OCTAL_LITERAL = 87; int FLOATING_POINT_LITERAL = 88; int EXPONENT = 89; int CHARACTER_LITERAL = 90; int STRING_LITERAL = 91; int IDENTIFIER = 92; int IDENTIFIERPATTERN = 93; int LETTER = 94; int DIGIT = 95; int LPAREN = 96; int RPAREN = 97; int LBRACE = 98; int RBRACE = 99; int LBRACKET = 100; int RBRACKET = 101; int SEMICOLON = 102; int COMMA = 103; int DOT = 104; int ASSIGN = 105; int GT = 106; int LT = 107; int BANG = 108; int TILDE = 109; int HOOK = 110; int COLON = 111; int EQ = 112; int LE = 113; int GE = 114; int NE = 115; int SC_OR = 116; int SC_AND = 117; int INCR = 118; int DECR = 119; int PLUS = 120; int MINUS = 121; int STAR = 122; int SLASH = 123; int BIT_AND = 124; int BIT_OR = 125; int XOR = 126; int REM = 127; int LSHIFT = 128; int RSIGNEDSHIFT = 129; int RUNSIGNEDSHIFT = 130; int PLUSASSIGN = 131; int MINUSASSIGN = 132; int STARASSIGN = 133; int SLASHASSIGN = 134; int ANDASSIGN = 135; int ORASSIGN = 136; int XORASSIGN = 137; int REMASSIGN = 138; int LSHIFTASSIGN = 139; int RSIGNEDSHIFTASSIGN = 140; int RUNSIGNEDSHIFTASSIGN = 141; int DEFAULT = 0; int IN_SINGLE_LINE_COMMENT = 1; int IN_FORMAL_COMMENT = 2; int IN_MULTI_LINE_COMMENT = 3; String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\f\"", "\"//\"", "<token of kind 7>", "\"/*\"", "<SINGLE_LINE_COMMENT>", "\"*/\"", "\"*/\"", "<token of kind 12>", "\"abstract\"", "\"boolean\"", "\"break\"", "\"byte\"", "\"case\"", "\"catch\"", "\"char\"", "\"class\"", "\"const\"", "\"continue\"", "\"default\"", "\"do\"", "\"double\"", "\"else\"", "\"extends\"", "\"false\"", "\"final\"", "\"finally\"", "\"float\"", "\"for\"", "\"goto\"", "\"if\"", "\"implements\"", "\"import\"", "\"instanceof\"", "\"int\"", "\"interface\"", "\"long\"", "\"native\"", "\"new\"", "\"null\"", "\"package\"", "\"private\"", "\"protected\"", "\"public\"", "\"return\"", "\"short\"", "\"static\"", "\"super\"", "\"switch\"", "\"synchronized\"", "\"this\"", "\"throw\"", "\"throws\"", "\"transient\"", "\"true\"", "\"try\"", "\"void\"", "\"volatile\"", "\"while\"", "\"strictfp\"", "\"after\"", "\"around\"", "\"aspect\"", "\"before\"", "\"declare\"", "\"dominates\"", "\"issingleton\"", "\"percflow\"", "\"percflowbelow\"", "\"pertarget\"", "\"perthis\"", "\"pointcut\"", "\"privileged\"", "\"proceed\"", "\"returning\"", "\"thisJoinPoint\"", "\"thisJoinPointStaticPart\"", "\"thisEnclosingJoinPointStaticPart\"", "\"throwing\"", "\"..\"", "<INTEGER_LITERAL>", "<DECIMAL_LITERAL>", "<HEX_LITERAL>", "<OCTAL_LITERAL>", "<FLOATING_POINT_LITERAL>", "<EXPONENT>", "<CHARACTER_LITERAL>", "<STRING_LITERAL>", "<IDENTIFIER>", "<IDENTIFIERPATTERN>", "<LETTER>", "<DIGIT>", "\"(\"", "\")\"", "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\";\"", "\",\"", "\".\"", "\"=\"", "\">\"", "\"<\"", "\"!\"", "\"~\"", "\"?\"", "\":\"", "\"==\"", "\"<=\"", "\">=\"", "\"!=\"", "\"||\"", "\"&&\"", "\"++\"", "\"--\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"&\"", "\"|\"", "\"^\"", "\"%\"", "\"<<\"", "\">>\"", "\">>>\"", "\"+=\"", "\"-=\"", "\"*=\"", "\"/=\"", "\"&=\"", "\"|=\"", "\"^=\"", "\"%=\"", "\"<<=\"", "\">>=\"", "\">>>=\"", "\"assert\"", }; }