public interface JNIMethod
Modifier and Type | Method and Description |
---|---|
String |
getAccessor() |
ArgFlag[][] |
getCallbackFlags() |
String[] |
getCallbackTypes() |
String |
getCast() |
String |
getConditional() |
String |
getCopy() |
JNIClass |
getDeclaringClass() |
boolean |
getFlag(MethodFlag flag) |
int |
getModifiers() |
String |
getName() |
List<JNIParameter> |
getParameters() |
List<JNIType> |
getParameterTypes() |
List<JNIType> |
getParameterTypes64() |
JNIType |
getReturnType32() |
JNIType |
getReturnType64() |
boolean |
isNativeUnique() |
boolean |
isPointer() |
boolean getFlag(MethodFlag flag)
String getName()
int getModifiers()
boolean isNativeUnique()
JNIType getReturnType32()
JNIType getReturnType64()
List<JNIParameter> getParameters()
JNIClass getDeclaringClass()
String getAccessor()
String getConditional()
String getCopy()
String[] getCallbackTypes()
ArgFlag[][] getCallbackFlags()
String getCast()
boolean isPointer()
Copyright © 2009–2015 FuseSource, Corp.. All rights reserved.