public interface InspectedFrameVisitor<T>
StackIntrospection.iterateFrames(jdk.internal.jvmci.meta.ResolvedJavaMethod[], jdk.internal.jvmci.meta.ResolvedJavaMethod[], int, jdk.internal.jvmci.code.stack.InspectedFrameVisitor<T>). Implementations of
visitFrame(jdk.internal.jvmci.code.stack.InspectedFrame) 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(InspectedFrame frame) |
T visitFrame(InspectedFrame frame)