edu.umich.visualsoar.parser
Interface SoarParserConstants
- All Known Implementing Classes:
- SoarParser, SoarParserTokenManager
- public interface SoarParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
RARROW
public static final int RARROW
- See Also:
- Constant Field Values
SAME_TYPE
public static final int SAME_TYPE
- See Also:
- Constant Field Values
GEQUAL
public static final int GEQUAL
- See Also:
- Constant Field Values
LDISJUNCT
public static final int LDISJUNCT
- See Also:
- Constant Field Values
LEQUAL
public static final int LEQUAL
- See Also:
- Constant Field Values
NEQUAL
public static final int NEQUAL
- See Also:
- Constant Field Values
RDISJUNCT
public static final int RDISJUNCT
- See Also:
- Constant Field Values
SP
public static final int SP
- See Also:
- Constant Field Values
AMPERSAND
public static final int AMPERSAND
- See Also:
- Constant Field Values
ATSIGN
public static final int ATSIGN
- See Also:
- Constant Field Values
CARET
public static final int CARET
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
EMARK
public static final int EMARK
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
HYPHEN
public static final int HYPHEN
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
PERIOD
public static final int PERIOD
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
QMARK
public static final int QMARK
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
LSQBRACET
public static final int LSQBRACET
- See Also:
- Constant Field Values
RSQBRACET
public static final int RSQBRACET
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
INTEGER_CONST
public static final int INTEGER_CONST
- See Also:
- Constant Field Values
SYMBOLIC_CONST
public static final int SYMBOLIC_CONST
- See Also:
- Constant Field Values
FLOATING_POINT_CONST
public static final int FLOATING_POINT_CONST
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
TCL_PREPROCESS
public static final int TCL_PREPROCESS
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage