addMember | Append member NA to this container in graph G. |
addMemberAfter | Insert member NA after existing member MA in graph G. |
append | Insert node NA after this node in the circular chain. |
getAttrs | Return the raw packed attribute word. |
getCode | getCode overloads |
getFirstMember | Return the first member in the circular list, or null. |
getFlags | Return the flag bits from Attrs. |
getKind | Return the node kind bits from Attrs. |
getLastMember | Return the last member in the circular list, or null. |
getNext | Return the id of the next node in the circular member chain. |
getOwner | Return the owning block node in graph G. |
getType | Return the node type bits from Attrs. |
init | Initialize all members to 0. |
members | Return all members of this container in graph G. |
members_if | Return members of this container for which predicate P is true. |
removeMember | Remove member NA from this container in graph G. |
setAttrs | Replace the packed attribute word with A. |
setCode | Set the underlying code pointer to C. |
setFlags | Replace only the flag bits with F. |
setNext | Set the next-node id in the circular chain to N. |