Package org.web3d.parser.vrml97
Class VRML97FieldParserTokenManager
java.lang.Object
org.web3d.parser.vrml97.VRML97FieldParserTokenManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected charDebug output.protected JavaCharStreamstatic final String[]Token literal values.static final String[]Lexer state names.Fields inherited from interface org.web3d.parser.vrml97.VRML97FieldParserConstants
COMMENT, DEFAULT, EOF, FALSE, LBRACKET, NUMBER_LITERAL, RBRACKET, STRING_LITERAL, tokenImage, TRUE -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.VRML97FieldParserTokenManager(JavaCharStream stream, int lexState) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the next Token.protected TokenvoidReInit(JavaCharStream stream) Reinitialise parser.voidReInit(JavaCharStream stream, int lexState) Reinitialise parser.voidSet debug output.voidSwitchTo(int lexState) Switch to specified lex state.
-
Field Details
-
debugStream
Debug output. -
jjstrLiteralImages
Token literal values. -
lexStateNames
Lexer state names. -
input_stream
-
curChar
protected char curChar
-
-
Constructor Details
-
VRML97FieldParserTokenManager
Constructor. -
VRML97FieldParserTokenManager
Constructor.
-
-
Method Details
-
setDebugStream
Set debug output. -
jjFillToken
-
getNextToken
Get the next Token. -
ReInit
Reinitialise parser. -
ReInit
Reinitialise parser. -
SwitchTo
public void SwitchTo(int lexState) Switch to specified lex state.
-