public final class MethodDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_ACQUIRE |
static int |
ID_QUERY_INTERFACE |
static int |
ID_RELEASE |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
TypeDescription[] |
getInSignature()
Gives any array of
TypeDescription of
the [in] parameters. |
Method |
getMethod()
Gives native java method of this method.
|
String |
getName() |
TypeDescription[] |
getOutSignature()
Gives any array of
TypeDescription of
the [out] parameters. |
TypeDescription |
getReturnSignature()
Gives the
TypeDescription of
the return type. |
boolean |
isAny() |
boolean |
isConst()
Indicates if this method is const.
|
boolean |
isInterface() |
boolean |
isOneway()
Indicates if this method is
oneWay,
respectively if this method may become executed asynchronously. |
boolean |
isUnsigned() |
public static final int ID_QUERY_INTERFACE
public static final int ID_ACQUIRE
public static final int ID_RELEASE
public String getName()
public boolean isUnsigned()
public boolean isAny()
public boolean isInterface()
public int getIndex()
public boolean isOneway()
oneWay,
respectively if this method may become executed asynchronously.public boolean isConst()
public TypeDescription[] getInSignature()
TypeDescription of
the [in] parameters.public TypeDescription[] getOutSignature()
TypeDescription of
the [out] parameters.public TypeDescription getReturnSignature()
TypeDescription of
the return type.TypeDescriptionpublic Method getMethod()