com.sri.oaa2.icl
Interface OaaPrologVocabTokenTypes
- All Known Implementing Classes:
- IclTerm, OaaPrologLexer, OaaPrologParser, ToString, ToWireString
- public interface OaaPrologVocabTokenTypes
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
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
LIST
public static final int LIST
- See Also:
- Constant Field Values
VAR
public static final int VAR
- See Also:
- Constant Field Values
STRUCT
public static final int STRUCT
- See Also:
- Constant Field Values
ICLDATAQ
public static final int ICLDATAQ
- See Also:
- Constant Field Values
STR
public static final int STR
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
TERM_LITERAL
public static final int TERM_LITERAL
- See Also:
- Constant Field Values
ENDPAREN_LITERAL
public static final int ENDPAREN_LITERAL
- See Also:
- Constant Field Values
ICLDATAQ_LITERAL
public static final int ICLDATAQ_LITERAL
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
PIPE
public static final int PIPE
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
TURNSTILE
public static final int TURNSTILE
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
BACKSLASH
public static final int BACKSLASH
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
DBL_COLON
public static final int DBL_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
STAR
public static final int STAR
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
NUM_INT
public static final int NUM_INT
- See Also:
- Constant Field Values
NUM_FLOAT
public static final int NUM_FLOAT
- See Also:
- Constant Field Values
DBLQUOTED
public static final int DBLQUOTED
- See Also:
- Constant Field Values
BANG
public static final int BANG
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
SPECIAL_CHAR_LITERAL
public static final int SPECIAL_CHAR_LITERAL
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
DBLQUOTE
public static final int DBLQUOTE
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
SIGNED_EXPONENT
public static final int SIGNED_EXPONENT
- See Also:
- Constant Field Values