com.partnersoft.v3x.graphics.linetypes
Interface LinetypeTokenTypes

All Known Implementing Classes:
LinetypeFormatLexer, LinetypeFormatParser

public interface LinetypeTokenTypes


Field Summary
static int ASSIGN
           
static int AT
           
static int CHAR_LITERAL
           
static int COLON
           
static int COMMA
           
static int DIGIT
           
static int DOT
           
static int EOF
           
static int ESC
           
static int HASH
           
static int IDENT_FIRST
           
static int IDENT_REST
           
static int LBRACK
           
static int LCURLY
           
static int LPAREN
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int NUM_FLOAT
           
static int NUM_INT
           
static int RBRACK
           
static int RCURLY
           
static int RPAREN
           
static int SL_COMMENT
           
static int STRING_LITERAL
           
static int SYMBOLNAME
           
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

NUM_FLOAT

static final int NUM_FLOAT
See Also:
Constant Field Values

NUM_INT

static final int NUM_INT
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

CHAR_LITERAL

static final int CHAR_LITERAL
See Also:
Constant Field Values

SYMBOLNAME

static final int SYMBOLNAME
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

LBRACK

static final int LBRACK
See Also:
Constant Field Values

RBRACK

static final int RBRACK
See Also:
Constant Field Values

LCURLY

static final int LCURLY
See Also:
Constant Field Values

RCURLY

static final int RCURLY
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

HASH

static final int HASH
See Also:
Constant Field Values

AT

static final int AT
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

ESC

static final int ESC
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

IDENT_FIRST

static final int IDENT_FIRST
See Also:
Constant Field Values

IDENT_REST

static final int IDENT_REST
See Also:
Constant Field Values