JNIParameterpublic class ReflectParameter extends java.lang.Object implements JNIParameter
| Constructor | Description |
|---|---|
ReflectParameter(ReflectMethod method,
int parameter,
java.lang.annotation.Annotation[] annotations) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCast() |
|
boolean |
getFlag(ArgFlag flag) |
|
JNIMethod |
getMethod() |
|
int |
getParameter() |
|
JNIType |
getType32() |
|
JNIType |
getType64() |
|
JNIClass |
getTypeClass() |
|
boolean |
isPointer() |
public ReflectParameter(ReflectMethod method, int parameter, java.lang.annotation.Annotation[] annotations)
public java.lang.String getCast()
getCast in interface JNIParameterpublic boolean isPointer()
isPointer in interface JNIParameterpublic JNIMethod getMethod()
getMethod in interface JNIParameterpublic boolean getFlag(ArgFlag flag)
getFlag in interface JNIParameterpublic JNIType getType32()
getType32 in interface JNIParameterpublic JNIType getType64()
getType64 in interface JNIParameterpublic JNIClass getTypeClass()
getTypeClass in interface JNIParameterpublic int getParameter()
getParameter in interface JNIParameter