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

com.steadystate.css.parser.SACParserCSS2Constants Maven / Gradle / Ivy

There is a newer version: 0.9.30
Show newest version
/* Generated By:JavaCC: Do not edit this line. SACParserCSS2Constants.java */
package com.steadystate.css.parser;

public interface SACParserCSS2Constants {

  int EOF = 0;
  int S = 1;
  int LBRACE = 5;
  int RBRACE = 6;
  int COMMA = 7;
  int DOT = 8;
  int SEMICOLON = 9;
  int COLON = 10;
  int ASTERISK = 11;
  int SLASH = 12;
  int PLUS = 13;
  int MINUS = 14;
  int EQUALS = 15;
  int GT = 16;
  int LSQUARE = 17;
  int RSQUARE = 18;
  int HASH = 19;
  int STRING = 20;
  int RROUND = 21;
  int URL = 22;
  int URI = 23;
  int CDO = 24;
  int CDC = 25;
  int INCLUDES = 26;
  int DASHMATCH = 27;
  int IMPORT_SYM = 28;
  int PAGE_SYM = 29;
  int MEDIA_SYM = 30;
  int FONT_FACE_SYM = 31;
  int CHARSET_SYM = 32;
  int ATKEYWORD = 33;
  int IMPORTANT_SYM = 34;
  int INHERIT = 35;
  int EMS = 36;
  int EXS = 37;
  int LENGTH_PX = 38;
  int LENGTH_CM = 39;
  int LENGTH_MM = 40;
  int LENGTH_IN = 41;
  int LENGTH_PT = 42;
  int LENGTH_PC = 43;
  int ANGLE_DEG = 44;
  int ANGLE_RAD = 45;
  int ANGLE_GRAD = 46;
  int TIME_MS = 47;
  int TIME_S = 48;
  int FREQ_HZ = 49;
  int FREQ_KHZ = 50;
  int DIMEN = 51;
  int PERCENTAGE = 52;
  int NUMBER = 53;
  int RGB = 54;
  int FUNCTION = 55;
  int IDENT = 56;
  int NAME = 57;
  int NUM = 58;
  int UNICODERANGE = 59;
  int RANGE = 60;
  int Q16 = 61;
  int Q15 = 62;
  int Q14 = 63;
  int Q13 = 64;
  int Q12 = 65;
  int Q11 = 66;
  int NMSTART = 67;
  int NMCHAR = 68;
  int STRING1 = 69;
  int STRING2 = 70;
  int NONASCII = 71;
  int ESCAPE = 72;
  int NL = 73;
  int UNICODE = 74;
  int HNUM = 75;
  int H = 76;
  int UNKNOWN = 77;

  int DEFAULT = 0;
  int COMMENT = 1;

  String[] tokenImage = {
    "",
    "",
    "\"/*\"",
    "\"*/\"",
    "",
    "\"{\"",
    "\"}\"",
    "\",\"",
    "\".\"",
    "\";\"",
    "\":\"",
    "\"*\"",
    "\"/\"",
    "\"+\"",
    "\"-\"",
    "\"=\"",
    "\">\"",
    "\"[\"",
    "\"]\"",
    "",
    "",
    "\")\"",
    "",
    "",
    "\"\"",
    "\"~=\"",
    "\"|=\"",
    "\"@import\"",
    "\"@page\"",
    "\"@media\"",
    "\"@font-face\"",
    "\"@charset\"",
    "",
    "",
    "\"inherit\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "\"rgb(\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "\"?\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
  };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy