Search
Lexer Methods
 


 Public Methods

  Name Description

getDone

Gets a value indicating whether the lexer has processed the entire input string.

getTokens

Gets the list of tokens produced by the lexer.

next

Attempts to parse the next token from the input string.

toString

Object.toString override.

transform

 

 See Also