001/* Generated By:JavaCC: Do not edit this line. SRCPClientParserTreeConstants.java Version 7.0.3 */
002package jmri.jmrix.srcp.parser;
003
004public interface SRCPClientParserTreeConstants
005{
006  public int JJTHANDSHAKERESPONSE = 0;
007  public int JJTTIMESTAMP = 1;
008  public int JJTSERVICEVERSION = 2;
009  public int JJTINFORESPONSE = 3;
010  public int JJTINFO = 4;
011  public int JJTERROR = 5;
012  public int JJTOK = 6;
013  public int JJTCOMMANDRESPONSE = 7;
014  public int JJTBUS = 8;
015  public int JJTPOWER = 9;
016  public int JJTVOID = 10;
017  public int JJTZEROADDRESS = 11;
018  public int JJTNONZEROADDRESS = 12;
019  public int JJTPORT = 13;
020  public int JJTDEVICEGROUP = 14;
021  public int JJTGL = 15;
022  public int JJTSM = 16;
023  public int JJTGA = 17;
024  public int JJTFB = 18;
025  public int JJTTIME = 19;
026  public int JJTSERVER = 20;
027  public int JJTSESSION = 21;
028  public int JJTLOCK = 22;
029  public int JJTDESCRIPTION = 23;
030  public int JJTONOFF = 24;
031
032
033  public String[] jjtNodeName = {
034    "handshakeresponse",
035    "timestamp",
036    "serviceversion",
037    "inforesponse",
038    "info",
039    "error",
040    "ok",
041    "commandresponse",
042    "bus",
043    "power",
044    "void",
045    "zeroaddress",
046    "nonzeroaddress",
047    "port",
048    "devicegroup",
049    "gl",
050    "sm",
051    "ga",
052    "fb",
053    "time",
054    "server",
055    "session",
056    "lock",
057    "description",
058    "onoff",
059  };
060}
061/* JavaCC - OriginalChecksum=3c41cc89575d0dd82d289df2b461763d (do not edit this line) */