Skip to contents
  • dlmtr_new() instantiates a new dlmtr node.

  • dlmtr_type() checks if the node is a dlmtr node.

  • dlmtr_<child>_get() returns the <child> node of dlmtr.

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

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

Usage

dlmtr_type(ast, node)

dlmtr_gap_get(ast, node)

dlmtr_gap_rep(ast, node, gap)

dlmtr_gap_set(ast, node, gap)

dlmtr_loc_get(ast, node)

Arguments

ast

AST object

node

dlmtr node

gap

gap node