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