| edit.js | |
| Functions | |
| id | n/a |
| inferred_p | n/a |
| signature | A cheap way of identifying if two types are the same. |
| category | Try to put an instance type into some kind of rendering category. |
| type | The “type” of the type. |
| svf_class_expression | The class expression when we are dealing with SVF. |
| frame | If the type has a recursive frame, a list of the types it contains. |
| class_id | The considered class id. |
| class_label | The considered class label, defaults to ID if not found. |
| property_id | The considered class property id. |
| property_label | The considered class property label. |
| types | Get current types; replace current types. |
| add_types | Add types to current types. |
| get_type_by_id | Get the |
n/a
bbopx.noctua.edit.type.prototype.id = function()
n/a
bbopx.noctua.edit.type.prototype.inferred_p = function()
A cheap way of identifying if two types are the same.
bbopx.noctua.edit.type.prototype.signature = function()
Try to put an instance type into some kind of rendering category.
bbopx.noctua.edit.type.prototype.category = function()
The “type” of the type.
bbopx.noctua.edit.type.prototype.type = function()
The class expression when we are dealing with SVF.
bbopx.noctua.edit.type.prototype.svf_class_expression = function()
If the type has a recursive frame, a list of the types it contains.
bbopx.noctua.edit.type.prototype.frame = function()
The considered class id.
bbopx.noctua.edit.type.prototype.class_id = function()
The considered class label, defaults to ID if not found.
bbopx.noctua.edit.type.prototype.class_label = function()
The considered class property id.
bbopx.noctua.edit.type.prototype.property_id = function()
The considered class property label.
bbopx.noctua.edit.type.prototype.property_label = function()
Get current types; replace current types.
bbopx.noctua.edit.node.prototype.types = function( in_types )
Add types to current types.
bbopx.noctua.edit.node.prototype.add_types = function( in_types, inferred_p )
Get the
bbopx.noctua.edit.node.prototype.get_type_by_id = function( type_id )