org.apache.hivemind.sdl.parser
Interface SimpleDataLanguageParserConstants
- All Known Implementing Classes:
- SimpleDataLanguageParser, SimpleDataLanguageParserTokenManager
- public interface SimpleDataLanguageParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
NUMERIC_LITERAL
public static final int NUMERIC_LITERAL
- See Also:
- Constant Field Values
SIMPLE_ID
public static final int SIMPLE_ID
- See Also:
- Constant Field Values
COMPLEX_ID
public static final int COMPLEX_ID
- See Also:
- Constant Field Values
QUOTED_LITERAL
public static final int QUOTED_LITERAL
- See Also:
- Constant Field Values
EXTENDED_LITERAL
public static final int EXTENDED_LITERAL
- See Also:
- Constant Field Values
SYMBOL
public static final int SYMBOL
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
SIGN
public static final int SIGN
- See Also:
- Constant Field Values
OPAREN
public static final int OPAREN
- See Also:
- Constant Field Values
CPAREN
public static final int CPAREN
- See Also:
- Constant Field Values
OBRACE
public static final int OBRACE
- See Also:
- Constant Field Values
CBRACE
public static final int CBRACE
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
EXTRACTING_QUOTED_LITERAL
public static final int EXTRACTING_QUOTED_LITERAL
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
MULTILINE_COMMENT
public static final int MULTILINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage