unop_new()
instantiates a newunop
node.unop_type()
checks if the node is aunop
node.unop_<child>_get()
returns the<child>
node ofunop
.unop_<child>_set()
sets the new<child>
and deletes the old<child>
.unop_<child>_rep()
sets the new<child>
and returns the old<child>
.