/* Generated By:JavaCC: Do not edit this line. RasmolParserConstants.java */
package org.simtk.parser;

@SuppressWarnings("all")
public interface RasmolParserConstants {

  int EOF = 0;
  int L_BRKT = 5;
  int R_BRKT = 6;
  int COMMA = 7;
  int INT = 8;
  int DIGIT = 9;

  int DEFAULT = 0;

  String[] tokenImage = {
    "<EOF>",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "\"[\"",
    "\"]\"",
    "\",\"",
    "<INT>",
    "<DIGIT>",
    "\"set background\"",
    "\"background\"",
    "\"bg_color\"",
    "\"blue\"",
    "\"cyan\"",
    "\"greenblue\"",
    "\"orange\"",
    "\"red\"",
    "\"violet\"",
    "\"yellow\"",
    "\"black\"",
    "\"green\"",
    "\"magenta\"",
    "\"purple\"",
    "\"redorange\"",
    "\"white\"",
  };

}
