Class NodeExecutionData
java.lang.Object
com.oracle.truffle.dsl.processor.model.NodeExecutionData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateIndexedName(NodeChildData child, int varArgsIndex) static StringcreateName(String childName, int index) getChild()intintgetIndex()getName()booleanvoid
-
Constructor Details
-
NodeExecutionData
-
-
Method Details
-
setName
-
getIndex
public int getIndex() -
getNodeType
-
getName
-
getChild
-
getChildArrayIndex
public int getChildArrayIndex() -
hasChildArrayIndex
public boolean hasChildArrayIndex() -
getIndexedName
-
createIndexedName
-
createName
-