All Downloads are FREE. Search and download functionalities are using the official Maven repository.

faces.buildtools.myfaces-javascript-plugin.1.0.2.source-code.JSParser15Constants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. JSParser15Constants.java */
package org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser;

public interface JSParser15Constants {

  int EOF = 0;
  int EOL = 1;
  int WS = 2;
  int SINGLE_LINE_COMMENT = 5;
  int MULTI_LINE_COMMENT = 6;
  int BREAK = 8;
  int CONTINUE = 9;
  int DELETE = 10;
  int ELSE = 11;
  int FOR = 12;
  int FUNCTION = 13;
  int FUNCTION_ = 14;
  int IF = 15;
  int IN = 16;
  int NEW = 17;
  int RETURN = 18;
  int THIS = 19;
  int TYPEOF = 20;
  int INSTANCEOF = 21;
  int VAR = 22;
  int VOID = 23;
  int WHILE = 24;
  int WITH = 25;
  int CASE = 26;
  int CATCH = 27;
  int CLASS = 28;
  int CONST = 29;
  int DEBUGGER = 30;
  int _DEFAULT = 31;
  int DO = 32;
  int ENUM = 33;
  int EXPORT = 34;
  int EXTENDS = 35;
  int FINALLY = 36;
  int IMPORT = 37;
  int SUPER = 38;
  int SWITCH = 39;
  int THROW = 40;
  int TRY = 41;
  int TRUE = 42;
  int FALSE = 43;
  int NULL = 44;
  int DECIMAL_LITERAL = 45;
  int HEX_LITERAL = 46;
  int OCTAL_LITERAL = 47;
  int FLOATING_POINT_LITERAL = 48;
  int EXPONENT = 49;
  int STRING_LITERAL = 50;
  int ESCAPE_SEQUENCE = 51;
  int UNTERMINATED_STRING_LITERAL = 52;
  int REGX_START_CHAR = 53;
  int REGX_BODY_CHAR_EXCLUSION = 54;
  int REGX_BODY_CHAR = 55;
  int REGEX_END_CHAR = 56;
  int REGULAR_EXPRESSION = 57;
  int IDENTIFIER = 58;
  int LETTER = 59;
  int DIGIT = 60;
  int LPAREN = 61;
  int RPAREN = 62;
  int LBRACE = 63;
  int RBRACE = 64;
  int LBRACKET = 65;
  int RBRACKET = 66;
  int SEMICOLON = 67;
  int COMMA = 68;
  int DOT = 69;
  int ASSIGN = 70;
  int GT = 71;
  int LT = 72;
  int BANG = 73;
  int TILDE = 74;
  int HOOK = 75;
  int COLON = 76;
  int EQ = 77;
  int LE = 78;
  int GE = 79;
  int NE = 80;
  int SC_OR = 81;
  int SC_AND = 82;
  int INCR = 83;
  int DECR = 84;
  int PLUS = 85;
  int MINUS = 86;
  int STAR = 87;
  int SLASH = 88;
  int BIT_AND = 89;
  int BIT_OR = 90;
  int XOR = 91;
  int REM = 92;
  int LSHIFT = 93;
  int RSIGNEDSHIFT = 94;
  int RUNSIGNEDSHIFT = 95;
  int PLUSASSIGN = 96;
  int MINUSASSIGN = 97;
  int STARASSIGN = 98;
  int SLASHASSIGN = 99;
  int ANDASSIGN = 100;
  int ORASSIGN = 101;
  int XORASSIGN = 102;
  int REMASSIGN = 103;
  int LSHIFTASSIGN = 104;
  int RSIGNEDSHIFTASSIGN = 105;
  int RUNSIGNEDSHIFTASSIGN = 106;
  int IDENTITYOPER = 107;
  int NOTIDENTITYOPER = 108;

  int DEFAULT = 0;
  int IN_SINGLE_LINE_COMMENT = 1;
  int IN_MULTI_LINE_COMMENT = 2;

  String[] tokenImage = {
    "",
    "",
    "",
    "\"//\"",
    "\"/*\"",
    "",
    "\"*/\"",
    "",
    "\"break\"",
    "\"continue\"",
    "\"delete\"",
    "\"else\"",
    "\"for\"",
    "\"function\"",
    "\"Function\"",
    "\"if\"",
    "\"in\"",
    "\"new\"",
    "\"return\"",
    "\"this\"",
    "\"typeof\"",
    "\"instanceof\"",
    "\"var\"",
    "\"void\"",
    "\"while\"",
    "\"with\"",
    "\"case\"",
    "\"catch\"",
    "\"class\"",
    "\"const\"",
    "\"debugger\"",
    "\"default\"",
    "\"do\"",
    "\"enum\"",
    "\"export\"",
    "\"extends\"",
    "\"finally\"",
    "\"import\"",
    "\"super\"",
    "\"switch\"",
    "\"throw\"",
    "\"try\"",
    "\"true\"",
    "\"false\"",
    "\"null\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "\"(\"",
    "\")\"",
    "\"{\"",
    "\"}\"",
    "\"[\"",
    "\"]\"",
    "\";\"",
    "\",\"",
    "\".\"",
    "\"=\"",
    "\">\"",
    "\"<\"",
    "\"!\"",
    "\"~\"",
    "\"?\"",
    "\":\"",
    "\"==\"",
    "\"<=\"",
    "\">=\"",
    "\"!=\"",
    "\"||\"",
    "\"&&\"",
    "\"++\"",
    "\"--\"",
    "\"+\"",
    "\"-\"",
    "\"*\"",
    "\"/\"",
    "\"&\"",
    "\"|\"",
    "\"^\"",
    "\"%\"",
    "\"<<\"",
    "\">>\"",
    "\">>>\"",
    "\"+=\"",
    "\"-=\"",
    "\"*=\"",
    "\"/=\"",
    "\"&=\"",
    "\"|=\"",
    "\"^=\"",
    "\"%=\"",
    "\"<<=\"",
    "\">>=\"",
    "\">>>=\"",
    "\"===\"",
    "\"!==\"",
  };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy