Interface FrameCollector.IExpressionResult
-
- Enclosing class:
- FrameCollector
protected static interface FrameCollector.IExpressionResultThe result of evaluating an expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisError()StringlogString()NumbernumberValue()WatchResultresult()Map<String,Variable>variables()
-