Skip to contents
  • dlmtd_new() instantiates a new dlmtd node.

  • dlmtd_type() checks if the node is a dlmtd node.

  • dlmtd_<child>_get() returns the <child> node of dlmtd.

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

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

Usage

dlmtd_new(ast, expr, dlmtr)

dlmtd_type(ast, node)

dlmtd_expr_get(ast, node)

dlmtd_expr_rep(ast, node, expr)

dlmtd_expr_set(ast, node, expr)

dlmtd_dlmtr_get(ast, node)

dlmtd_dlmtr_rep(ast, node, dlmtr)

dlmtd_dlmtr_set(ast, node, dlmtr)

Arguments

ast

AST object

expr

expr node

dlmtr

dlmtr node

node

dlmtd node