public static final class ScriptRuntime.LookupResult extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Context cx,
Scriptable scope,
Object[] args)
A convenience method to coerce the result to a Callable as in "getCallable()", then call
the result with ths stored "this".
|
Callable |
getCallable()
Coerce the result to a Callable.
|
String |
getName() |
Object |
getResult() |
Scriptable |
getThis() |
public Object getResult()
public Scriptable getThis()
public String getName()
public Callable getCallable()
public Object call(Context cx, Scriptable scope, Object[] args)
Copyright © 2025 HtmlUnit. All rights reserved.