Uses of Class
org.web3d.parser.vrml97.Token
Packages that use Token
-
Uses of Token in org.web3d.parser.vrml97
Fields in org.web3d.parser.vrml97 declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.VRML97FieldParser.jj_ntNext token.VRML97RelaxedParser.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.VRML97FieldParser.tokenCurrent token.VRML97RelaxedParser.tokenCurrent token.Methods in org.web3d.parser.vrml97 that return TokenModifier and TypeMethodDescriptionfinal TokenVRML97FieldParser.getNextToken()Get the next Token.VRML97FieldParserTokenManager.getNextToken()Get the next Token.final TokenVRML97RelaxedParser.getNextToken()Get the next Token.VRML97RelaxedParserTokenManager.getNextToken()Get the next Token.final TokenVRML97FieldParser.getToken(int index) Get the specific Token.final TokenVRML97RelaxedParser.getToken(int index) Get the specific Token.protected TokenVRML97FieldParserTokenManager.jjFillToken()protected TokenVRML97RelaxedParserTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Constructors in org.web3d.parser.vrml97 with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.