list[value] getChildren(node T)
import Node;
rascal>import Node; ok rascal>getChildren("f"(10, "abc")); list[value]: [10,"abc"]