Interface FrameCollector.IExpressionResult
-
- Enclosing class:
- FrameCollector
protected static interface FrameCollector.IExpressionResult
The result of evaluating an expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isError()
String
logString()
Number
numberValue()
WatchResult
result()
Map<String,Variable>
variables()
-