Method | Description | |
---|---|---|
Token ( TokenType type, int index ) : System |
Initialize a new instance of the Token class.
|
|
Token ( TokenType type, int index, TypeCode typeCode, object value ) : System |
Initialize a new instance of the Token class.
|
public Token ( TokenType type, int index ) : System | ||
type | TokenType | Type of value contained by the token. |
index | int | Character position for start of token. |
return | System |
public Token ( TokenType type, int index, TypeCode typeCode, object value ) : System | ||
type | TokenType | Type of value contained by the token. |
index | int | Character position for start of token. |
typeCode | TypeCode | Type of the value provided. |
value | object | Token value. |
return | System |