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