Uses of Class
net.mtrop.doom.struct.Lexer.Token
Packages that use Lexer.Token
-
Uses of Lexer.Token in net.mtrop.doom.struct
Methods in net.mtrop.doom.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 net.mtrop.doom.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.