Class SymTable
- java.lang.Object
-
- com.aquima.interactions.expressions.tsl.parse.SymTable
-
public class SymTable extends Object
CUP generated class containing symbol constants.
-
-
Constructor Summary
Constructors Constructor Description SymTable()
-
-
-
Field Detail
-
Comment
public static final int Comment
- See Also:
- Constant Field Values
-
Text
public static final int Text
- See Also:
- Constant Field Values
-
TSL_END
public static final int TSL_END
- See Also:
- Constant Field Values
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
IF_END
public static final int IF_END
- See Also:
- Constant Field Values
-
TSL_START
public static final int TSL_START
- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
-
ELSE_IF
public static final int ELSE_IF
- See Also:
- Constant Field Values
-
error
public static final int error
- See Also:
- Constant Field Values
-
FOREACH_END
public static final int FOREACH_END
- See Also:
- Constant Field Values
-
FOREACH_START
public static final int FOREACH_START
- See Also:
- Constant Field Values
-
IF_START
public static final int IF_START
- See Also:
- Constant Field Values
-
-