001/* Generated By:JavaCC: Do not edit this line. SRCPParserTreeConstants.java Version 7.0.3 */ 002package jmri.jmris.srcp.parser; 003 004public interface SRCPParserTreeConstants 005{ 006 public int JJTHANDSHAKECOMMAND = 0; 007 public int JJTCOMMAND = 1; 008 public int JJTSERVICEVERSION = 2; 009 public int JJTCONNECTIONMODE = 3; 010 public int JJTBUS = 4; 011 public int JJTADDRESS = 5; 012 public int JJTVALUE = 6; 013 public int JJTCVNO = 7; 014 public int JJTZEROADDRESS = 8; 015 public int JJTNONZEROADDRESS = 9; 016 public int JJTPORT = 10; 017 public int JJTDEVICEGROUP = 11; 018 public int JJTGO = 12; 019 public int JJTGET = 13; 020 public int JJTHANDSHAKE_SET = 14; 021 public int JJTPROTOCOLLITTERAL = 15; 022 public int JJTCONNECTIONLITTERAL = 16; 023 public int JJTSET = 17; 024 public int JJTTERM = 18; 025 public int JJTCHECK = 19; 026 public int JJTWAIT_CMD = 20; 027 public int JJTINIT = 21; 028 public int JJTRESET = 22; 029 public int JJTVERIFY = 23; 030 public int JJTGL = 24; 031 public int JJTSM = 25; 032 public int JJTGA = 26; 033 public int JJTFB = 27; 034 public int JJTTIME = 28; 035 public int JJTPOWER = 29; 036 public int JJTSERVER = 30; 037 public int JJTSESSION = 31; 038 public int JJTLOCK = 32; 039 public int JJTDESCRIPTION = 33; 040 public int JJTONOFF = 34; 041 public int JJTZEROONE = 35; 042 public int JJTDELAY = 36; 043 public int JJTTIMEOUT = 37; 044 public int JJTPROGMODE = 38; 045 public int JJTCV = 39; 046 public int JJTCVBIT = 40; 047 public int JJTREG = 41; 048 public int JJTPROTOCOL = 42; 049 public int JJTDRIVEMODE = 43; 050 public int JJTFUNCTIONMODE = 44; 051 052 053 public String[] jjtNodeName = { 054 "handshakecommand", 055 "command", 056 "serviceversion", 057 "connectionmode", 058 "bus", 059 "address", 060 "value", 061 "cvno", 062 "zeroaddress", 063 "nonzeroaddress", 064 "port", 065 "devicegroup", 066 "go", 067 "get", 068 "handshake_set", 069 "protocollitteral", 070 "connectionlitteral", 071 "set", 072 "term", 073 "check", 074 "wait_cmd", 075 "init", 076 "reset", 077 "verify", 078 "gl", 079 "sm", 080 "ga", 081 "fb", 082 "time", 083 "power", 084 "server", 085 "session", 086 "lock", 087 "description", 088 "onoff", 089 "zeroone", 090 "delay", 091 "timeout", 092 "progmode", 093 "cv", 094 "cvbit", 095 "reg", 096 "protocol", 097 "drivemode", 098 "functionmode", 099 }; 100} 101/* JavaCC - OriginalChecksum=001160ffb01b92704c8840db77c61fa5 (do not edit this line) */