1 /* Generated By:JavaCC: Do not edit this line. UnitParserTreeConstants.java Version 5.0 */
\r
2 package org.simantics.sysdyn.unitParser;
\r
4 public interface UnitParserTreeConstants
\r
6 public int JJTEXPR = 0;
\r
7 public int JJTEXPRESSION = 1;
\r
8 public int JJTIFTHENELSE = 2;
\r
9 public int JJTCONDITION = 3;
\r
10 public int JJTSIMPLE_EXPRESSION = 4;
\r
11 public int JJTLOGICAL_EXPRESSION = 5;
\r
12 public int JJTLOGICAL_TERM = 6;
\r
13 public int JJTLOGICAL_FACTOR = 7;
\r
14 public int JJTRELATION = 8;
\r
15 public int JJTREL_OP = 9;
\r
16 public int JJTARITHMETIC_EXPRESSION = 10;
\r
17 public int JJTADD_OP = 11;
\r
18 public int JJTTERM = 12;
\r
19 public int JJTFACTOR = 13;
\r
20 public int JJTMULTIPLICATION = 14;
\r
21 public int JJTDIVIDE = 15;
\r
22 public int JJTPRIMARY = 16;
\r
23 public int JJTCOMPONENT_REFERENCE_FULL = 17;
\r
24 public int JJTARRAY_DEFINITION = 18;
\r
25 public int JJTFUNCTION_CALL = 19;
\r
26 public int JJTPARENTHESIS_EXPRESSION = 20;
\r
27 public int JJTVALUE = 21;
\r
28 public int JJTPARENTHESIS_OPEN = 22;
\r
29 public int JJTPARENTHESIS_CLOSE = 23;
\r
30 public int JJTNAME = 24;
\r
31 public int JJTCOMPONENT_REFERENCE = 25;
\r
32 public int JJTCOMPONENT_IDENTITY = 26;
\r
33 public int JJTFUNCTION_CALL_ARGS = 27;
\r
34 public int JJTFUNCTION_ARGUMENTS = 28;
\r
35 public int JJTFOR_INDICES = 29;
\r
36 public int JJTFOR_INDEX = 30;
\r
37 public int JJTNAMED_ARGUMENT = 31;
\r
38 public int JJTOUTPUT_EXPRESSION_LIST = 32;
\r
39 public int JJTEXPRESSION_LIST = 33;
\r
40 public int JJTARRAY_SUBSCRIPTS = 34;
\r
41 public int JJTSUBSCRIPT = 35;
\r
42 public int JJTRANGEINDEX = 36;
\r
45 public String[] jjtNodeName = {
\r
50 "simple_expression",
\r
51 "logical_expression",
\r
56 "arithmetic_expression",
\r
63 "component_reference_full",
\r
66 "parenthesis_expression",
\r
69 "parenthesis_close",
\r
71 "component_reference",
\r
72 "component_identity",
\r
73 "function_call_args",
\r
74 "function_arguments",
\r
78 "output_expression_list",
\r
85 /* JavaCC - OriginalChecksum=9313cac9e0951f8836c120d51f6c620b (do not edit this line) */
\r