Свойство | Тип | Описание | |
---|---|---|---|
lineNumber | int | ||
obj | object |
Метод | Описание | |
---|---|---|
ConvertToType ( |
Create an object of the specified type corresponding to this token.
|
|
Equals ( char c ) : bool |
Equals overload.
|
|
Equals ( object other ) : bool |
Equals override.
|
|
Equals ( string s ) : bool |
Equals overload.
|
|
GetHashCode ( ) : int |
Override. Returns the ToString().GetHashCode().
|
|
ToDebugString ( ) : string |
Produce a string which includes the token type.
|
|
ToLineString ( ) : string |
Produce a string which includes the line number.
|
|
Token ( int line ) : System |
Construct a Token with the specified line number.
|
|
operator ( ) : bool |
Operator== overload. Compare a token and an object.
|
public ConvertToType ( |
||
t | The type of object to create. | |
Результат | Object |
public Equals ( char c ) : bool | ||
c | char | The char to compare to. |
Результат | bool |
public Equals ( object other ) : bool | ||
other | object | The object to compare to. |
Результат | bool |
public Equals ( string s ) : bool | ||
s | string | The string to compare to. |
Результат | bool |
public Token ( int line ) : System | ||
line | int | The line number where this /// token comes from. |
Результат | System |