parg_new()
instantiates a newparg
node.parg_type()
checks if the node is aparg
node.parg_<child>_get()
returns the<child>
node ofparg
.parg_<child>_set()
sets the new<child>
and deletes the old<child>
.parg_<child>_rep()
sets the new<child>
and returns the old<child>
.