public class JNINativeMethod extends Object implements NativeMethod
public String getName()
getName in interface NativeMethodpublic Class[] getParameterTypes()
getParameterTypes in interface NativeMethodpublic boolean isStatic()
isStatic in interface NativeMethodpublic Class getDeclaringClass()
getDeclaringClass in interface NativeMethodpublic Class<?> getReturnType()
getReturnType in interface NativeMethodpublic boolean isVoidMethod()
isVoidMethod in interface NativeMethodpublic boolean isPrimitiveMethod()
isPrimitiveMethod in interface NativeMethodpublic boolean isConstructor()
isConstructor in interface NativeMethodpublic Object invoke(Object instance, Object... args) throws InvocationTargetException
invoke in interface NativeMethodInvocationTargetExceptionpublic Object CallAnyMethod(Object instance, Object... args)
CallAnyMethod in interface NativeMethodpublic void CallConstructor(Object instance, Object... args)
CallConstructor in interface NativeMethodpublic Object CallObjectMethod(Object instance, Object... args)
CallObjectMethod in interface NativeMethodpublic void CallVoidMethod(Object instance, Object... args)
CallVoidMethod in interface NativeMethodpublic long CallLongMethod(Object instance, Object... args)
CallLongMethod in interface NativeMethodpublic int CallIntMethod(Object instance, Object... args)
CallIntMethod in interface NativeMethodpublic short CallShortMethod(Object instance, Object... args)
CallShortMethod in interface NativeMethodpublic byte CallByteMethod(Object instance, Object... args)
CallByteMethod in interface NativeMethodpublic char CallCharMethod(Object instance, Object... args)
CallCharMethod in interface NativeMethodpublic boolean CallBooleanMethod(Object instance, Object... args)
CallBooleanMethod in interface NativeMethodpublic float CallFloatMethod(Object instance, Object... args)
CallFloatMethod in interface NativeMethodpublic double CallDoubleMethod(Object instance, Object... args)
CallDoubleMethod in interface NativeMethodpublic Object CallStaticObjectMethod(Object... args)
CallStaticObjectMethod in interface NativeMethodpublic void CallStaticVoidMethod(Object... args)
CallStaticVoidMethod in interface NativeMethodpublic long CallStaticLongMethod(Object... args)
CallStaticLongMethod in interface NativeMethodpublic int CallStaticIntMethod(Object... args)
CallStaticIntMethod in interface NativeMethodpublic short CallStaticShortMethod(Object... args)
CallStaticShortMethod in interface NativeMethodpublic byte CallStaticByteMethod(Object... args)
CallStaticByteMethod in interface NativeMethodpublic char CallStaticCharMethod(Object... args)
CallStaticCharMethod in interface NativeMethodpublic boolean CallStaticBooleanMethod(Object... args)
CallStaticBooleanMethod in interface NativeMethodpublic float CallStaticFloatMethod(Object... args)
CallStaticFloatMethod in interface NativeMethodpublic double CallStaticDoubleMethod(Object... args)
CallStaticDoubleMethod in interface NativeMethodCopyright © 2023. All rights reserved.