com.cyc.tool.subl.parser
Interface SubLParserConstants
- All Known Implementing Classes:
- SubLParser, SubLParserTokenManager
public interface SubLParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
OPEN_PAREN
static final int OPEN_PAREN
- See Also:
- Constant Field Values
CLOSE_PAREN
static final int CLOSE_PAREN
- See Also:
- Constant Field Values
PACKAGE_SEPARATOR
static final int PACKAGE_SEPARATOR
- See Also:
- Constant Field Values
SUBL_SYMBOL_NAME_QUOTE
static final int SUBL_SYMBOL_NAME_QUOTE
- See Also:
- Constant Field Values
VECTOR_PREFIX
static final int VECTOR_PREFIX
- See Also:
- Constant Field Values
FUNCTION_QUOTE
static final int FUNCTION_QUOTE
- See Also:
- Constant Field Values
QUOTE_CHAR
static final int QUOTE_CHAR
- See Also:
- Constant Field Values
BACK_QUOTE
static final int BACK_QUOTE
- See Also:
- Constant Field Values
SPLICING_UNQUOTE
static final int SPLICING_UNQUOTE
- See Also:
- Constant Field Values
UNQUOTE
static final int UNQUOTE
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
STRING_QUOTE
static final int STRING_QUOTE
- See Also:
- Constant Field Values
UNINTERNED_SYMBOL_PREFIX
static final int UNINTERNED_SYMBOL_PREFIX
- See Also:
- Constant Field Values
READ_TIME_EVALUATION
static final int READ_TIME_EVALUATION
- See Also:
- Constant Field Values
IF_FEATURE
static final int IF_FEATURE
- See Also:
- Constant Field Values
IF_NOT_FEATURE
static final int IF_NOT_FEATURE
- See Also:
- Constant Field Values
CHARACTER_PREFIX
static final int CHARACTER_PREFIX
- See Also:
- Constant Field Values
HASH_MARK
static final int HASH_MARK
- See Also:
- Constant Field Values
BACKSLASH
static final int BACKSLASH
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
FLOAT1
static final int FLOAT1
- See Also:
- Constant Field Values
FLOAT2
static final int FLOAT2
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
DECIMAL_INTEGER
static final int DECIMAL_INTEGER
- See Also:
- Constant Field Values
BASED_INTEGER
static final int BASED_INTEGER
- See Also:
- Constant Field Values
BASED_INTEGER_PREFIX
static final int BASED_INTEGER_PREFIX
- See Also:
- Constant Field Values
NUMBER_CHAR
static final int NUMBER_CHAR
- See Also:
- Constant Field Values
NAMED_CHARACTER
static final int NAMED_CHARACTER
- See Also:
- Constant Field Values
CHARACTER
static final int CHARACTER
- See Also:
- Constant Field Values
CHARACTER_START
static final int CHARACTER_START
- See Also:
- Constant Field Values
CONTROL_BITS
static final int CONTROL_BITS
- See Also:
- Constant Field Values
CONTROL_LONG
static final int CONTROL_LONG
- See Also:
- Constant Field Values
CONTROL_SHORT
static final int CONTROL_SHORT
- See Also:
- Constant Field Values
META_LONG
static final int META_LONG
- See Also:
- Constant Field Values
META_SHORT
static final int META_SHORT
- See Also:
- Constant Field Values
CHAR_NAME
static final int CHAR_NAME
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
CASE_SENSITIVE_SUBL_SYMBOL_NAME
static final int CASE_SENSITIVE_SUBL_SYMBOL_NAME
- See Also:
- Constant Field Values
CONSTITUENT_CHAR
static final int CONSTITUENT_CHAR
- See Also:
- Constant Field Values
PRINTABLE_CHAR
static final int PRINTABLE_CHAR
- See Also:
- Constant Field Values
SUBL_SYMBOL_NAME
static final int SUBL_SYMBOL_NAME
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage