Search
Lexer Members
Constructors Methods
 


The following tables list the members exposed by the Lexer type.

 Public Constructors

  Name Description

Lexer

Initializes a new instance of the Lexer class.

 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