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

com.sirolf2009.husk.dsl.CLITreeConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. CLITreeConstants.java Version 5.0 */
package com.sirolf2009.husk.dsl;

public interface CLITreeConstants
{
  public int JJTCLICOMMAND = 0;
  public int JJTPIPELINEDCOMMAND = 1;
  public int JJTCOMMAND = 2;
  public int JJTNUMBER = 3;
  public int JJTDOUBLE = 4;
  public int JJTFLOAT = 5;
  public int JJTINTEGER = 6;
  public int JJTLONG = 7;
  public int JJTWORD = 8;


  public String[] jjtNodeName = {
    "cliCommand",
    "pipelinedCommand",
    "command",
    "number",
    "Double",
    "Float",
    "Integer",
    "Long",
    "word",
  };
}
/* JavaCC - OriginalChecksum=31a921f18ba28ecc9808eefb6d370ef6 (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy