StackIntrospection#iterateFrames
. Implementations of
visitFrame
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 |
---|---|
public T |
visitFrame | back to summary |
---|---|
public T visitFrame(InspectedFrame frame) |