Skip to contents
  • ndpar_new() instantiates a new ndpar node.

  • ndpar_type() checks if the node is a ndpar node.

  • ndpar_<child>_get() returns the <child> node of ndpar.

  • ndpar_<child>_set() sets the new <child> and deletes the old <child>.

  • ndpar_<child>_rep() sets the new <child> and returns the old <child>.

Usage

ndpar_new(ast, name)

ndpar_type(ast, node)

ndpar_name_get(ast, node)

ndpar_name_rep(ast, node, name)

ndpar_name_set(ast, node, name)

Arguments

ast

AST object

name

name node

node

ndpar node