Search
Token Members
Constructors Methods
 


Represents a recognized token from a sequence of characters, which conforms to the MindFusion Spreadsheet Expressions.

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

 Public Constructors

  Name Description

Token

Overloaded. Initializes a new instance of the Token class.

 Public Methods

  Name Description

getIndex

Gets the index of this token in the input string.

getLength

Gets the length of this token.

getText

Gets the token text.

getType

Gets the token type.

hashCode

 

setIndex

Sets the index of this token in the input string.

setText

Sets the token text.

toString

 

 See Also