Package com.oracle.truffle.api.frame
Interface FrameInstance
-
public interface FrameInstance
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FrameInstance.FrameAccess
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getCallNode()
CallTarget
getCallTarget()
Frame
getFrame(FrameInstance.FrameAccess access, boolean slowPath)
boolean
isVirtualFrame()
-
-
-
Method Detail
-
getFrame
Frame getFrame(FrameInstance.FrameAccess access, boolean slowPath)
-
isVirtualFrame
boolean isVirtualFrame()
-
getCallNode
Node getCallNode()
-
getCallTarget
CallTarget getCallTarget()
-
-