public static interface JsEvaluateContext.ResultOrException
Modifier and Type | Interface and Description |
---|---|
static interface |
JsEvaluateContext.ResultOrException.Visitor<R> |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(JsEvaluateContext.ResultOrException.Visitor<R> visitor) |
JsValue |
getException() |
JsValue |
getResult() |
JsValue getResult()
JsValue getException()
<R> R accept(JsEvaluateContext.ResultOrException.Visitor<R> visitor)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.