/* Generated By:JavaCC: Do not edit this line. SACParserConstants.java */
package com.steadystate.css.parser;

public interface SACParserConstants {

  int EOF = 0;
  int S = 1;
  int LBRACE = 5;
  int RBRACE = 6;
  int LPAREN = 7;
  int COMMA = 8;
  int DOT = 9;
  int SEMICOLON = 10;
  int COLON = 11;
  int ASTERISK = 12;
  int SLASH = 13;
  int PLUS = 14;
  int MINUS = 15;
  int EQUALS = 16;
  int GT = 17;
  int LSQUARE = 18;
  int RSQUARE = 19;
  int NOT = 20;
  int ONLY = 21;
  int AND = 22;
  int HASH = 23;
  int STRING = 24;
  int RROUND = 25;
  int URL = 26;
  int URI = 27;
  int CDO = 28;
  int CDC = 29;
  int INCLUDES = 30;
  int DASHMATCH = 31;
  int IMPORT_SYM = 32;
  int PAGE_SYM = 33;
  int MEDIA_SYM = 34;
  int FONT_FACE_SYM = 35;
  int CHARSET_SYM = 36;
  int ATKEYWORD = 37;
  int IMPORTANT_SYM = 38;
  int INHERIT = 39;
  int EMS = 40;
  int EXS = 41;
  int LENGTH_PX = 42;
  int LENGTH_CM = 43;
  int LENGTH_MM = 44;
  int LENGTH_IN = 45;
  int LENGTH_PT = 46;
  int LENGTH_PC = 47;
  int ANGLE_DEG = 48;
  int ANGLE_RAD = 49;
  int ANGLE_GRAD = 50;
  int TIME_MS = 51;
  int TIME_S = 52;
  int FREQ_HZ = 53;
  int FREQ_KHZ = 54;
  int DIMEN = 55;
  int PERCENTAGE = 56;
  int NUMBER = 57;
  int RGB = 58;
  int FUNCTION = 59;
  int IDENT = 60;
  int NAME = 61;
  int NUM = 62;
  int UNICODERANGE = 63;
  int RANGE = 64;
  int Q16 = 65;
  int Q15 = 66;
  int Q14 = 67;
  int Q13 = 68;
  int Q12 = 69;
  int Q11 = 70;
  int NMSTART = 71;
  int NMCHAR = 72;
  int STRING1 = 73;
  int STRING2 = 74;
  int NONASCII = 75;
  int ESCAPE = 76;
  int NL = 77;
  int UNICODE = 78;
  int HNUM = 79;
  int H = 80;
  int MEDIUM = 81;
  int UNKNOWN = 82;

  int DEFAULT = 0;
  int COMMENT = 1;

  String[] tokenImage = {
    "<EOF>",
    "<S>",
    "\"/*\"",
    "\"*/\"",
    "<token of kind 4>",
    "\"{\"",
    "\"}\"",
    "\"(\"",
    "\",\"",
    "\".\"",
    "\";\"",
    "\":\"",
    "\"*\"",
    "\"/\"",
    "\"+\"",
    "\"-\"",
    "\"=\"",
    "\">\"",
    "\"[\"",
    "\"]\"",
    "\"not\"",
    "\"only\"",
    "\"and\"",
    "<HASH>",
    "<STRING>",
    "\")\"",
    "<URL>",
    "<URI>",
    "\"<!--\"",
    "\"-->\"",
    "\"~=\"",
    "\"|=\"",
    "\"@import\"",
    "\"@page\"",
    "\"@media\"",
    "\"@font-face\"",
    "\"@charset\"",
    "<ATKEYWORD>",
    "<IMPORTANT_SYM>",
    "\"inherit\"",
    "<EMS>",
    "<EXS>",
    "<LENGTH_PX>",
    "<LENGTH_CM>",
    "<LENGTH_MM>",
    "<LENGTH_IN>",
    "<LENGTH_PT>",
    "<LENGTH_PC>",
    "<ANGLE_DEG>",
    "<ANGLE_RAD>",
    "<ANGLE_GRAD>",
    "<TIME_MS>",
    "<TIME_S>",
    "<FREQ_HZ>",
    "<FREQ_KHZ>",
    "<DIMEN>",
    "<PERCENTAGE>",
    "<NUMBER>",
    "\"rgb(\"",
    "<FUNCTION>",
    "<IDENT>",
    "<NAME>",
    "<NUM>",
    "<UNICODERANGE>",
    "<RANGE>",
    "<Q16>",
    "<Q15>",
    "<Q14>",
    "<Q13>",
    "<Q12>",
    "\"?\"",
    "<NMSTART>",
    "<NMCHAR>",
    "<STRING1>",
    "<STRING2>",
    "<NONASCII>",
    "<ESCAPE>",
    "<NL>",
    "<UNICODE>",
    "<HNUM>",
    "<H>",
    "<MEDIUM>",
    "<UNKNOWN>",
  };

}
