Uses of Class
com.blackrook.rookscript.struct.Lexer.Token
Packages that use Lexer.Token
-
Uses of Lexer.Token in com.blackrook.rookscript.struct
Methods in com.blackrook.rookscript.struct that return Lexer.TokenModifier and TypeMethodDescriptionprotected Lexer.TokenLexer.Parser.currentToken()Gets the token read from the lastLexer.Parser.nextToken()call.Lexer.nextToken()Gets the next token.PreprocessorLexer.nextToken()Methods in com.blackrook.rookscript.struct with parameters of type Lexer.TokenModifier and TypeMethodDescriptionprotected booleanLexer.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.