public static interface JsEvaluateContext.ResultOrException.Visitor<R>
Modifier and Type | Method and Description |
---|---|
R |
visitException(JsValue exception) |
R |
visitResult(JsValue value) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.