Skip to contents
  • msng_new() instantiates a new msng node.

  • msng_type() checks if the node is a msng node.

  • msng_<child>_get() returns the <child> node of msng.

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

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

Usage

msng_new(ast, gap, loc)

msng_type(ast, node)

msng_gap_get(ast, node)

msng_gap_rep(ast, node, gap)

msng_gap_set(ast, node, gap)

msng_loc_get(ast, node)

Arguments

ast

AST object

gap

gap node

node

msng node