
public class JSMethod extends Object
| Constructor and Description |
|---|
JSMethod(JSInterface target,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Returns a target
Method of given JavaScript interface |
String |
getName()
Returns name of the method as diverged from name of the Java method or re-defined using
MethodName annotation |
JSInterface |
getTarget()
Returns a target JavaSript interface
|
String |
toString() |
public JSMethod(JSInterface target, Method method)
public JSInterface getTarget()
public String getName()
MethodName annotationCopyright © 2013 JBoss by Red Hat. All Rights Reserved.