Class ReflectParameter
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectParameter
- All Implemented Interfaces:
JNIParameter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate JniArgprivate ReflectMethodprivate intprivate ReflectType -
Constructor Summary
ConstructorsConstructorDescriptionReflectParameter(ReflectMethod method, int parameter, Annotation[] annotations) -
Method Summary
-
Field Details
-
method
-
type
-
parameter
private int parameter -
annotation
-
allowConversion
private boolean allowConversion -
flags
-
-
Constructor Details
-
ReflectParameter
-
-
Method Details
-
getCast
- Specified by:
getCastin interfaceJNIParameter
-
isPointer
public boolean isPointer()- Specified by:
isPointerin interfaceJNIParameter
-
getMethod
- Specified by:
getMethodin interfaceJNIParameter
-
getFlag
- Specified by:
getFlagin interfaceJNIParameter
-
getType32
- Specified by:
getType32in interfaceJNIParameter
-
getType64
- Specified by:
getType64in interfaceJNIParameter
-
getTypeClass
- Specified by:
getTypeClassin interfaceJNIParameter
-
getParameter
public int getParameter()- Specified by:
getParameterin interfaceJNIParameter
-