exprs_new()
instantiates a newexprs
node.exprs_type()
checks if the node is aexprs
node.exprs_seq_get()
returns all the child nodes as a list.exprs_get()
returns node at positionindex
.exprs_set()
sets node at positionindex
and deletes the previous node.exprs_rep()
sets node at positionindex
and returns the previous node.exprs_ins()
inserts nodes starting from positionindex
.