Package com.oracle.truffle.api.nodes
Class NodeCloneable
- java.lang.Object
-
- com.oracle.truffle.api.nodes.NodeCloneable
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
BranchProfile
,ConditionProfile
public abstract class NodeCloneable extends java.lang.Object implements java.lang.Cloneable
Declarative base class for node fields that are to be cloned together with the containing node.
-
-
Constructor Summary
Constructors Constructor Description NodeCloneable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
clone()
-