public interface FrameInstanceVisitor<T>
TruffleRuntime.iterateFrames(com.oracle.truffle.api.frame.FrameInstanceVisitor<T>). Implementations of
FrameInstanceVisitor.visitFrame(com.oracle.truffle.api.frame.FrameInstance) return null to indicate that frame iteration should continue and the next
caller frame should be visited; and return any non-null value to indicate that frame iteration
should stop.| Modifier and Type | Method and Description |
|---|---|
T |
visitFrame(FrameInstance frameInstance) |
T visitFrame(FrameInstance frameInstance)