Navigation
Name
Rascal
/
Libraries
/
Prelude
/
Node
/
getName
Synopsis
Determine the name of a node.
Function
str getName(node T)
Usage
import Node;
Examples
rascal>
import Node; ok
rascal>
getName("f"(10, "abc")); str: "f"
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
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
.