Property | Type | Description | |
---|---|---|---|
None |
Method | Description | |
---|---|---|
Equals ( |
Indicates whether this instance and a specified object are equal.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
ToString ( ) : string |
Returns the string representation of the token.
|
|
Token ( TokenKind kind, char ch ) : System |
Constructor.
|
|
Token ( TokenKind kind, string text ) : System |
Constructor.
|
|
operator ( ) : bool |
Returns a value indicating the equality of the two objects.
|
Method | Description | |
---|---|---|
Token ( TokenKind kind ) : System |
Constructor.
|
public Equals ( |
||
other | Another object to compare to. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
return | bool |
public Token ( TokenKind kind, char ch ) : System | ||
kind | TokenKind | The token kind. |
ch | char | The character to create the token from. |
return | System |
public Token ( TokenKind kind, string text ) : System | ||
kind | TokenKind | The token kind. |
text | string | The token text. |
return | System |