Uses of Class
com.blackrook.json.struct.Lexer.Token
Packages that use Lexer.Token
-
Uses of Lexer.Token in com.blackrook.json.struct
Methods in com.blackrook.json.struct that return Lexer.TokenModifier and TypeMethodDescriptionprotected Lexer.Token
Lexer.Parser.currentToken()
Gets the token read from the lastLexer.Parser.nextToken()
call.Lexer.nextToken()
Gets the next token.Methods in com.blackrook.json.struct with parameters of type Lexer.TokenModifier and TypeMethodDescriptionprotected boolean
Lexer.modifyType
(Lexer.Token token) Called when the lexer wants to create a token, but the lexeme of the token may cause this token to be a different type.