eu.bandm.tscore.parser
Interface TScoreParserTokenTypes

All Known Implementing Classes:
TScoreLexer, TScoreParser

public interface TScoreParserTokenTypes


Field Summary
static int AT
           
static int CHARSTRING
           
static int CLOSE
           
static int COMMA
           
static int DOT
           
static int EOF
           
static int EQ
           
static int EQUAL
           
static int EXCLAM
           
static int EXPONENT
           
static int FRACTION
           
static int IDENT
           
static int INTEGER
           
static int LITERAL_CONFORM
           
static int LITERAL_FORMAT
           
static int LITERAL_P
           
static int LITERAL_PARS
           
static int LITERAL_T
           
static int LITERAL_VOX
           
static int ML_COMMENT
           
static int NEWLINE
           
static int NONALFANUMERIC
           
static int NULL_TREE_LOOKAHEAD
           
static int OPEN
           
static int SCALAR
           
static int SEMI
           
static int SL_COMMENT
           
static int SLASH
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

LITERAL_FORMAT

static final int LITERAL_FORMAT
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

LITERAL_PARS

static final int LITERAL_PARS
See Also:
Constant Field Values

LITERAL_CONFORM

static final int LITERAL_CONFORM
See Also:
Constant Field Values

LITERAL_T

static final int LITERAL_T
See Also:
Constant Field Values

EXCLAM

static final int EXCLAM
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

LITERAL_VOX

static final int LITERAL_VOX
See Also:
Constant Field Values

LITERAL_P

static final int LITERAL_P
See Also:
Constant Field Values

NONALFANUMERIC

static final int NONALFANUMERIC
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

EQUAL

static final int EQUAL
See Also:
Constant Field Values

OPEN

static final int OPEN
See Also:
Constant Field Values

CLOSE

static final int CLOSE
See Also:
Constant Field Values

AT

static final int AT
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

IDENT

static final int IDENT
See Also:
Constant Field Values

CHARSTRING

static final int CHARSTRING
See Also:
Constant Field Values

SCALAR

static final int SCALAR
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

FRACTION

static final int FRACTION
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

SL_COMMENT

static final int SL_COMMENT
See Also:
Constant Field Values

ML_COMMENT

static final int ML_COMMENT
See Also:
Constant Field Values