org.rubato.rubettes.denotex
Interface DenotexParserConstants
- All Known Implementing Classes:
- DenotexParser, DenotexParserTokenManager
public interface DenotexParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
INCLUDE
static final int INCLUDE
- See Also:
- Constant Field Values
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
FORM
static final int FORM
- See Also:
- Constant Field Values
SUBSTANCE
static final int SUBSTANCE
- See Also:
- Constant Field Values
MODULE
static final int MODULE
- See Also:
- Constant Field Values
NAMESPACE
static final int NAMESPACE
- See Also:
- Constant Field Values
SYN_O
static final int SYN_O
- See Also:
- Constant Field Values
SYN_C
static final int SYN_C
- See Also:
- Constant Field Values
LIST_O
static final int LIST_O
- See Also:
- Constant Field Values
LIST_C
static final int LIST_C
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
QIDENTIFIER
static final int QIDENTIFIER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage