Interface FrameCollector.IFrameResult
-
- Enclosing class:
- FrameCollector
protected static interface FrameCollector.IFrameResult
The result of processing the frames.- See Also:
FrameCollector.processFrame()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<StackFrame>
frames()
Map<String,Variable>
variables()
-
-
-
Method Detail
-
frames
Collection<StackFrame> frames()
-
-