Uses of Class
com.blackrook.rookscript.struct.Lexer.Token
-
Uses of Lexer.Token in com.blackrook.rookscript.struct
Modifier and TypeMethodDescriptionprotected Lexer.Token
Lexer.Parser.currentToken()
Gets the token read from the lastLexer.Parser.nextToken()
call.Lexer.nextToken()
Gets the next token.PreprocessorLexer.nextToken()
Modifier 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.