Interface JNIParameter
-
- All Known Implementing Classes:
ReflectParameter
public interface JNIParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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()
-