Interface JNIParameter
-
- All Known Implementing Classes:
ReflectParameter
public interface JNIParameter
- Author:
- Hiram Chirino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCast()
boolean
getFlag(ArgFlag flag)
JNIMethod
getMethod()
int
getParameter()
JNIType
getType32()
JNIType
getType64()
JNIClass
getTypeClass()
boolean
isPointer()
-