public class ReflectParameter extends Object implements JNIParameter
| Constructor and Description |
|---|
ReflectParameter(ReflectMethod method,
int parameter,
Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCast() |
boolean |
getFlag(ArgFlag flag) |
JNIMethod |
getMethod() |
int |
getParameter() |
JNIType |
getType32() |
JNIType |
getType64() |
JNIClass |
getTypeClass() |
boolean |
isPointer() |
public ReflectParameter(ReflectMethod method, int parameter, Annotation[] annotations)
public 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 JNIParameterCopyright © 2009–2017 FuseSource, Corp.. All rights reserved.