/* Generated By:JavaCC: Do not edit this line. RasMolParserConstants.java */
package org.simtk.parse.rasmol;

public interface RasMolParserConstants {

  int EOF = 0;
  int CONSTANT = 5;
  int DIGIT = 6;

  int DEFAULT = 0;
  int WithinComment = 1;

  String[] tokenImage = {
    "<EOF>",
    "\" \"",
    "\"\\r\"",
    "\"\\t\"",
    "\"\\n\"",
    "<CONSTANT>",
    "<DIGIT>",
    "\"#\"",
    "\"\\n\"",
    "<token of kind 9>",
    "\";\"",
  };

}
