public class Rcc extends Object implements RccConstants
限定符和类型 | 字段和说明 |
---|---|
Token |
jj_nt |
Token |
token |
RccTokenManager |
token_source |
BOOLEAN_TKN, BUFFER_TKN, BYTE_TKN, COMMA_TKN, CSTRING_TKN, DEFAULT, DOT_TKN, DOUBLE_TKN, EOF, FLOAT_TKN, GT_TKN, IDENT_TKN, INCLUDE_TKN, INT_TKN, LBRACE_TKN, LONG_TKN, LT_TKN, MAP_TKN, MODULE_TKN, RBRACE_TKN, RECORD_TKN, SEMICOLON_TKN, tokenImage, USTRING_TKN, VECTOR_TKN, WithinMultiLineComment, WithinOneLineComment
构造器和说明 |
---|
Rcc(InputStream stream) |
Rcc(InputStream stream,
String encoding) |
Rcc(RccTokenManager tm) |
Rcc(Reader stream) |
限定符和类型 | 方法和说明 |
---|---|
void |
disable_tracing() |
static int |
driver(String[] args) |
void |
enable_tracing() |
JField<JType> |
Field() |
ParseException |
generateParseException() |
Token |
getNextToken() |
Token |
getToken(int index) |
JFile |
Include() |
JFile |
Input() |
static void |
main(String[] args) |
JMap |
Map() |
ArrayList<JRecord> |
Module() |
String |
ModuleName() |
JRecord |
Record() |
ArrayList<JRecord> |
RecordList() |
void |
ReInit(InputStream stream) |
void |
ReInit(InputStream stream,
String encoding) |
void |
ReInit(RccTokenManager tm) |
void |
ReInit(Reader stream) |
JType |
Type() |
static void |
usage() |
JVector |
Vector() |
public RccTokenManager token_source
public Token token
public Token jj_nt
public Rcc(InputStream stream)
public Rcc(InputStream stream, String encoding)
public Rcc(Reader stream)
public Rcc(RccTokenManager tm)
public static void main(String[] args)
public static void usage()
public static int driver(String[] args)
public final JFile Input() throws ParseException
ParseException
public final JFile Include() throws ParseException
ParseException
public final ArrayList<JRecord> Module() throws ParseException
ParseException
public final String ModuleName() throws ParseException
ParseException
public final ArrayList<JRecord> RecordList() throws ParseException
ParseException
public final JRecord Record() throws ParseException
ParseException
public final JField<JType> Field() throws ParseException
ParseException
public final JType Type() throws ParseException
ParseException
public final JMap Map() throws ParseException
ParseException
public final JVector Vector() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(RccTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2009 The Apache Software Foundation