rcssjava.logplayer
Interface LogDrawTokenTypes

All Known Implementing Classes:
LogDrawLexer, LogDrawParser

public interface LogDrawTokenTypes

This interface is automatically generated by ANTLR from the LogDrawParser.g grammar specification


Field Summary
static int CHAR
           
static int COLON
           
static int COMMA
           
static int DIGIT
           
static int EOF
           
static int ESC
           
static int INT
           
static int KEYWORD
           
static int LBRACKET
           
static int LITERAL_CIRC
           
static int LITERAL_FILL
           
static int LITERAL_LINE
           
static int LITERAL_RECT
           
static int LITERAL_TEXT
           
static int LPAREN
           
static int MINUS
           
static int NULL_TREE_LOOKAHEAD
           
static int NUMBER
           
static int RBRACKET
           
static int REAL
           
static int RPAREN
           
static int SEMI
           
static int STRING
           
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

INT

static final int INT
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

LITERAL_CIRC

static final int LITERAL_CIRC
See Also:
Constant Field Values

LITERAL_FILL

static final int LITERAL_FILL
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

REAL

static final int REAL
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

LITERAL_LINE

static final int LITERAL_LINE
See Also:
Constant Field Values

LITERAL_RECT

static final int LITERAL_RECT
See Also:
Constant Field Values

LITERAL_TEXT

static final int LITERAL_TEXT
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

ESC

static final int ESC
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

KEYWORD

static final int KEYWORD
See Also:
Constant Field Values