Method | Description | |
---|---|---|
bind_attribute ( |
Binds the given value to the specified attribute.
|
|
bind_attribute_with_hint ( |
Binds the given value to the specified attribute, using the given hint.
|
|
defined ( |
Checks if a given object is defined.
|
|
get_attribute ( |
Gets the current value for an attribute.
|
|
get_attribute_with_hint ( |
Gets the current value for an attribute, obtained using the given hint.
|
|
get_int ( |
Used with boxing. Gets an integer value, for representations that can hold one.
|
|
get_num ( |
Used with boxing. Gets a floating point value, for representations that can hold one.
|
|
get_str ( |
Used with boxing. Gets a string value, for representations that can hold one.
|
|
hint_for ( |
Gets the hint for the given attribute ID.
|
|
instance_of ( |
Creates a new instance based on the type object.
|
|
set_int ( |
Used with boxing. Sets an integer value, for representations that can hold one.
|
|
set_num ( |
Used with boxing. Sets a floating point value, for representations that can hold one.
|
|
set_str ( |
Used with boxing. Sets a string value, for representations that can hold one.
|
|
type_object_for ( |
Creates a new type object of this representation, and associates it with the given HOW. Also sets up a new representation instance if needed.
|
public abstract bind_attribute ( |
||
TC | ||
Object | ||
ClassHandle | ||
Name | string | |
Value | ||
return | void |
public abstract bind_attribute_with_hint ( |
||
TC | ||
Object | ||
ClassHandle | ||
Name | string | |
Hint | int | |
Value | ||
return | void |
public abstract defined ( |
||
TC | ||
Obj | ||
return | bool |
public abstract get_attribute ( |
||
TC | ||
Object | ||
ClassHandle | ||
Name | string | |
return |
public abstract get_attribute_with_hint ( |
||
TC | ||
Object | ||
ClassHandle | ||
Name | string | |
Hint | int | |
return |
public abstract get_int ( |
||
TC | ||
Object | ||
return | int |
public abstract get_num ( |
||
TC | ||
Object | ||
return | double |
public abstract get_str ( |
||
TC | ||
Object | ||
return | string |
public abstract hint_for ( |
||
TC | ||
ClassHandle | ||
Name | string | |
return | int |
public abstract instance_of ( |
||
TC | ||
WHAT | ||
return |
public abstract set_int ( |
||
TC | ||
Object | ||
Value | int | |
return | void |
public abstract set_num ( |
||
TC | ||
Object | ||
Value | double | |
return | void |
public abstract set_str ( |
||
TC | ||
Object | ||
Value | string | |
return | void |
public abstract type_object_for ( |
||
TC | ||
HOW | ||
return |