|
nany
|
Public Member Functions | |
| Ref (Instances &ref, uint32_t index) | |
| ir::Sequence & | ircode () |
| Get the attached IR sequence. | |
| ir::Sequence * | ircodeIfExists () |
| Get the attached IR sequence, if any. | |
| AnyString | symbolname () const |
| Get the symbol name of the instantiation (with fully qualified types) | |
| uint32_t | id () const |
| Instance ID. | |
| void | update (YString &&symbol, const Classdef &rettype) |
| Update atom instance. More... | |
| uint32_t | invalidate (const Signature &) |
| Mark the instantiation (and its signature) as invalid (always returns -1) | |
|
inline |
Update atom instance.
| symbol | The complete symbol name (ex: "func A.foo(b: ref __i32): ref __i32") |
1.8.12