Method | Description | |
---|---|---|
CharToken ( char c ) : System |
Constructor with the specified value.
|
|
CharToken ( char c, int line ) : System |
Constructor with the specified value.
|
|
CharToken ( string s, int line ) : System |
Constructor with the specified value and line number.
|
|
Equals ( object other ) : bool |
Override, see base Token
|
|
GetHashCode ( ) : int |
Override, see base Token
|
|
ToDebugString ( ) : string |
Override, see base Token
|
|
ToString ( ) : string |
Override, see base Token
|
public CharToken ( char c, int line ) : System | ||
c | char | |
line | int | |
return | System |
public CharToken ( string s, int line ) : System | ||
s | string | |
line | int | |
return | System |