Method | Description | |
---|---|---|
@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, |
||
trap ( string name ) : object | ||
trap ( string name, |
||
with ( |
||
with ( object self, |
Method | Description | |
---|---|---|
doTrap ( object self, string name, |
public static compare ( object self, object x ) : long | ||
self | object | |
x | object | |
return | long |
public static equals ( object self, object x ) : bool | ||
self | object | |
x | object | |
return | bool |
public static isImmutable ( object self ) : bool | ||
self | object | |
return | bool |
public static toImmutable ( object self ) : object | ||
self | object | |
return | object |
public static trap ( object self, string name ) : object | ||
self | object | |
name | string | |
return | object |
public static trap ( object self, string name, |
||
self | object | |
name | string | |
args | ||
return | object |
public trap ( string name, |
||
name | string | |
args | ||
return | object |
public static with ( object self, |
||
self | object | |
f | ||
return | object |