메소드 |
설명 |
|
@typeof ( ) : Type |
|
|
@typeof ( object self ) : Type |
|
|
GetHashCode ( ) : int |
|
|
ToString ( ) : string |
|
|
compare ( object obj ) : long |
|
|
compare ( object self, object x ) : long |
|
|
echo ( ) : void |
|
|
echo ( object obj ) : void |
|
|
equals ( object self, object x ) : bool |
|
|
hash ( ) : long |
|
|
hash ( object self ) : long |
|
|
isImmutable ( ) : bool |
|
|
isImmutable ( object self ) : bool |
|
|
toImmutable ( ) : object |
|
|
toImmutable ( object self ) : object |
|
|
toStr ( ) : string |
|
|
toStr ( object self ) : string |
|
|
trap ( object self, string name ) : object |
|
|
trap ( object self, string name, List args ) : object |
|
|
trap ( string name ) : object |
|
|
trap ( string name, List args ) : object |
|
|
with ( Func f ) : object |
|
|
with ( object self, Func f ) : object |
|
|