Navigation
Synopsis Get the children of a node.
Function list[value] getChildren(node T)
Usage import Node;
Examples
rascal>import Node;
ok
rascal>getChildren("f"(10, "abc"));
list[value]: [10,"abc"]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.