Class Rcc
java.lang.Object
org.apache.jute.compiler.generated.Rcc
- All Implemented Interfaces:
RccConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionNext token.Current token.Generated Token Manager.Fields inherited from interface org.apache.jute.compiler.generated.RccConstants
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
-
Constructor Summary
ConstructorsConstructorDescriptionRcc
(InputStream stream) Constructor with InputStream.Rcc
(InputStream stream, String encoding) Constructor with InputStream and supplied encodingConstructor.Rcc
(RccTokenManager tm) Constructor with generated Token Manager. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Disable tracing.final void
Enable tracing.final JField
Field()
Generate ParseException.final Token
Get the next Token.final Token
getToken
(int index) Get the specific Token.final JFile
Include()
final JFile
Input()
static void
final JMap
Map()
Module()
final String
static JFile
final JRecord
Record()
void
ReInit
(InputStream stream) Reinitialise.void
ReInit
(InputStream stream, String encoding) Reinitialise.void
Reinitialise.void
Reinitialise.final boolean
Trace enabled.final JType
Type()
final JVector
Vector()
-
Field Details
-
token_source
Generated Token Manager. -
token
Current token. -
jj_nt
Next token.
-
-
Constructor Details
-
Rcc
Constructor with InputStream. -
Rcc
Constructor with InputStream and supplied encoding -
Rcc
Constructor. -
Rcc
Constructor with generated Token Manager.
-
-
Method Details
-
main
-
parseFile
- Throws:
FileNotFoundException
ParseException
-
Input
- Throws:
ParseException
-
Include
- Throws:
ParseException
-
Module
- Throws:
ParseException
-
ModuleName
- Throws:
ParseException
-
RecordList
- Throws:
ParseException
-
Record
- Throws:
ParseException
-
Field
- Throws:
ParseException
-
Type
- Throws:
ParseException
-
Map
- Throws:
ParseException
-
Vector
- Throws:
ParseException
-
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
ReInit
Reinitialise. -
getNextToken
Get the next Token. -
getToken
Get the specific Token. -
generateParseException
Generate ParseException. -
trace_enabled
public final boolean trace_enabled()Trace enabled. -
enable_tracing
public final void enable_tracing()Enable tracing. -
disable_tracing
public final void disable_tracing()Disable tracing.
-