public class ReflectMethod extends Object implements JNIMethod
| Constructor and Description |
|---|
ReflectMethod(ReflectClass declaringClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static String |
emptyFilter(String value) |
boolean |
equals(Object obj) |
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() |
Method |
getWrapedMethod() |
int |
hashCode() |
boolean |
isNativeUnique() |
boolean |
isPointer() |
String |
toString() |
public ReflectMethod(ReflectClass declaringClass, Method method)
public Method getWrapedMethod()
public JNIClass getDeclaringClass()
getDeclaringClass in interface JNIMethodpublic int getModifiers()
getModifiers in interface JNIMethodpublic List<JNIParameter> getParameters()
getParameters in interface JNIMethodpublic List<JNIType> getParameterTypes()
getParameterTypes in interface JNIMethodpublic List<JNIType> getParameterTypes64()
getParameterTypes64 in interface JNIMethodpublic JNIType getReturnType32()
getReturnType32 in interface JNIMethodpublic JNIType getReturnType64()
getReturnType64 in interface JNIMethodpublic boolean getFlag(MethodFlag flag)
public String getAccessor()
getAccessor in interface JNIMethodpublic String getConditional()
getConditional in interface JNIMethodpublic boolean isNativeUnique()
isNativeUnique in interface JNIMethodpublic String[] getCallbackTypes()
getCallbackTypes in interface JNIMethodpublic ArgFlag[][] getCallbackFlags()
getCallbackFlags in interface JNIMethodpublic static String emptyFilter(String value)
Copyright © 2009–2017 FuseSource, Corp.. All rights reserved.