org.hackystat.telemetry.analyzer.language.parser.impl
Interface TelemetryLanguageParserImplConstants
- All Known Implementing Classes:
- TelemetryLanguageParserImpl, TelemetryLanguageParserImplTokenManager
public interface TelemetryLanguageParserImplConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
STREAMS
static final int STREAMS
- See Also:
- Constant Field Values
CHART
static final int CHART
- See Also:
- Constant Field Values
REPORT
static final int REPORT
- See Also:
- Constant Field Values
DRAW
static final int DRAW
- See Also:
- Constant Field Values
YAXIS
static final int YAXIS
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
SUB
static final int SUB
- See Also:
- Constant Field Values
MUL
static final int MUL
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
LPARA
static final int LPARA
- See Also:
- Constant Field Values
RPARA
static final int RPARA
- See Also:
- Constant Field Values
DOUBLEQUOTE
static final int DOUBLEQUOTE
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
NON_NEG_INTEGER
static final int NON_NEG_INTEGER
- See Also:
- Constant Field Values
NON_NEG_DOUBLE
static final int NON_NEG_DOUBLE
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- 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
STRING_INTERNAL
static final int STRING_INTERNAL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage