Package com.oracle.truffle.api.nodes
Interface NodeInterface
- All Known Implementing Classes:
DefaultDirectCallNode
,DefaultLoopNode
,DirectCallNode
,IndirectCallNode
,LoopNode
,Node
,ProbeNode
,RootNode
public interface NodeInterface
Common base interface for all Truffle nodes.
- See Also: