Class ReflectParameter
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectParameter
- All Implemented Interfaces:
JNIParameter
-
Constructor Summary
ConstructorsConstructorDescriptionReflectParameter
(ReflectMethod method, int parameter, Annotation[] annotations) -
Method Summary
-
Constructor Details
-
ReflectParameter
-
-
Method Details
-
getCast
- Specified by:
getCast
in interfaceJNIParameter
-
isPointer
public boolean isPointer()- Specified by:
isPointer
in interfaceJNIParameter
-
getMethod
- Specified by:
getMethod
in interfaceJNIParameter
-
getFlag
- Specified by:
getFlag
in interfaceJNIParameter
-
getType32
- Specified by:
getType32
in interfaceJNIParameter
-
getType64
- Specified by:
getType64
in interfaceJNIParameter
-
getTypeClass
- Specified by:
getTypeClass
in interfaceJNIParameter
-
getParameter
public int getParameter()- Specified by:
getParameter
in interfaceJNIParameter
-