Interface JNIMethod
- All Known Implementing Classes:
ReflectMethod
public interface JNIMethod
-
Method Details
-
getFlag
-
getName
String getName() -
getModifiers
int getModifiers() -
isNativeUnique
boolean isNativeUnique() -
getReturnType32
JNIType getReturnType32() -
getReturnType64
JNIType getReturnType64() -
getParameters
List<JNIParameter> getParameters() -
getParameterTypes
-
getParameterTypes64
-
getDeclaringClass
JNIClass getDeclaringClass() -
getAccessor
String getAccessor() -
getConditional
String getConditional() -
getCopy
String getCopy() -
getCallbackTypes
String[] getCallbackTypes() -
getCallbackFlags
ArgFlag[][] getCallbackFlags() -
getCast
String getCast() -
isPointer
boolean isPointer()
-