Uses of Class
org.web3d.parser.x3d.Token
Packages that use Token
-
Uses of Token in org.web3d.parser.x3d
Fields in org.web3d.parser.x3d declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.X3DFieldParser.jj_ntNext token.X3DRelaxedParser.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.X3DFieldParser.tokenCurrent token.X3DRelaxedParser.tokenCurrent token.Methods in org.web3d.parser.x3d that return TokenModifier and TypeMethodDescriptionfinal TokenX3DFieldParser.getNextToken()Get the next Token.X3DFieldParserTokenManager.getNextToken()Get the next Token.final TokenX3DRelaxedParser.getNextToken()Get the next Token.X3DRelaxedParserTokenManager.getNextToken()Get the next Token.final TokenX3DFieldParser.getToken(int index) Get the specific Token.final TokenX3DRelaxedParser.getToken(int index) Get the specific Token.protected TokenX3DFieldParserTokenManager.jjFillToken()protected TokenX3DRelaxedParserTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Constructors in org.web3d.parser.x3d with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.