Uses of Class
com.blackrook.expression.struct.Lexer.Token
-
Packages that use Lexer.Token Package Description com.blackrook.expression.struct Additional helper data structures and methods. -
-
Uses of Lexer.Token in com.blackrook.expression.struct
Methods in com.blackrook.expression.struct that return Lexer.Token Modifier and Type Method Description protected Lexer.Token
Lexer.Parser. currentToken()
Gets the token read from the lastLexer.Parser.nextToken()
call.Lexer.Token
Lexer. nextToken()
Gets the next token.Methods in com.blackrook.expression.struct with parameters of type Lexer.Token Modifier and Type Method Description protected 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.
-