public interface RccConstants
限定符和类型 | 字段和说明 |
---|---|
static int |
BOOLEAN_TKN |
static int |
BUFFER_TKN |
static int |
BYTE_TKN |
static int |
COMMA_TKN |
static int |
CSTRING_TKN |
static int |
DEFAULT |
static int |
DOT_TKN |
static int |
DOUBLE_TKN |
static int |
EOF |
static int |
FLOAT_TKN |
static int |
GT_TKN |
static int |
IDENT_TKN |
static int |
INCLUDE_TKN |
static int |
INT_TKN |
static int |
LBRACE_TKN |
static int |
LONG_TKN |
static int |
LT_TKN |
static int |
MAP_TKN |
static int |
MODULE_TKN |
static int |
RBRACE_TKN |
static int |
RECORD_TKN |
static int |
SEMICOLON_TKN |
static String[] |
tokenImage |
static int |
USTRING_TKN |
static int |
VECTOR_TKN |
static int |
WithinMultiLineComment |
static int |
WithinOneLineComment |
static final int EOF
static final int MODULE_TKN
static final int RECORD_TKN
static final int INCLUDE_TKN
static final int BYTE_TKN
static final int BOOLEAN_TKN
static final int INT_TKN
static final int LONG_TKN
static final int FLOAT_TKN
static final int DOUBLE_TKN
static final int USTRING_TKN
static final int BUFFER_TKN
static final int VECTOR_TKN
static final int MAP_TKN
static final int LBRACE_TKN
static final int RBRACE_TKN
static final int LT_TKN
static final int GT_TKN
static final int SEMICOLON_TKN
static final int COMMA_TKN
static final int DOT_TKN
static final int CSTRING_TKN
static final int IDENT_TKN
static final int DEFAULT
static final int WithinOneLineComment
static final int WithinMultiLineComment
static final String[] tokenImage
Copyright © 2009 The Apache Software Foundation