de.unidu.is.pdatalog.parser
Interface SimpleParserTokenTypes
- All Known Implementing Classes:
- SimpleLexer, SimpleParser
- public interface SimpleParserTokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
SIGN_MINUS
public static final int SIGN_MINUS
- See Also:
- Constant Field Values
SIGN_PLUS
public static final int SIGN_PLUS
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
CONSTANT
public static final int CONSTANT
- See Also:
- Constant Field Values
LITERAL_PROB
public static final int LITERAL_PROB
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LCURL
public static final int LCURL
- See Also:
- Constant Field Values
RCURL
public static final int RCURL
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
RULE
public static final int RULE
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
ENDRULE
public static final int ENDRULE
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
MUL
public static final int MUL
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
HASH
public static final int HASH
- See Also:
- Constant Field Values
POW
public static final int POW
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values