Navigation
Synopsis Get the keyword parameters of a node.
Function map[str,value] getKeywordParameters(node T)
Usage import Node;
Examples
rascal>import Node;
ok
rascal>getKeywordParameters("f"(10, "abc", height=0));
map[str, value]: ("height":0)
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.