Interface JNIMethod

All Known Implementing Classes:
ReflectMethod

public interface JNIMethod
  • Method Details

    • getFlag

      boolean getFlag(MethodFlag flag)
    • getName

      String getName()
    • getModifiers

      int getModifiers()
    • isNativeUnique

      boolean isNativeUnique()
    • getReturnType32

      JNIType getReturnType32()
    • getReturnType64

      JNIType getReturnType64()
    • getParameters

      List<JNIParameter> getParameters()
    • getParameterTypes

      List<JNIType> getParameterTypes()
    • getParameterTypes64

      List<JNIType> 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()