org.simtk.parser
Interface RasmolParserConstants

All Known Implementing Classes:
RasmolParser, RasmolParserTokenManager

public interface RasmolParserConstants


Field Summary
static int COMMA
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int INT
           
static int L_BRKT
           
static int R_BRKT
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

L_BRKT

static final int L_BRKT
See Also:
Constant Field Values

R_BRKT

static final int R_BRKT
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage