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 voidDisable tracing.final voidEnable tracing.final JFieldField()Generate ParseException.final TokenGet the next Token.final TokengetToken(int index) Get the specific Token.final JFileInclude()final JFileInput()static voidfinal JMapMap()Module()final Stringstatic JFilefinal JRecordRecord()voidReInit(InputStream stream) Reinitialise.voidReInit(InputStream stream, String encoding) Reinitialise.voidReinitialise.voidReinitialise.final booleanTrace enabled.final JTypeType()final JVectorVector()
-
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:
FileNotFoundExceptionParseException
-
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.
-