public abstract class JsniMethod extends Object
Constructor and Description |
---|
JsniMethod() |
Modifier and Type | Method and Description |
---|---|
abstract JsFunction |
function()
If non-null, an anonymous function containing the parameters and body of
this JSNI method.
|
abstract boolean |
isScriptOnly()
Returns true if this JSNI function should only be used from script.
|
abstract int |
line()
Starting line number of the method.
|
abstract String |
location()
Location of the containing compilation unit.
|
abstract String |
name()
The mangled method name (a jsni signature).
|
abstract String[] |
paramNames()
The parameter names.
|
public abstract JsFunction function()
public abstract boolean isScriptOnly()
GwtScriptOnly
.public abstract int line()
public abstract String location()
public abstract String name()
public abstract String[] paramNames()
Copyright © 2018. All rights reserved.