Interface JNIClass

All Known Implementing Classes:
ReflectClass

public interface JNIClass
  • Method Details

    • getFlag

      boolean getFlag(ClassFlag flag)
    • getName

      String getName()
    • getSimpleName

      String getSimpleName()
    • getNativeName

      String getNativeName()
    • getSuperclass

      JNIClass getSuperclass()
    • getDeclaredFields

      List<JNIField> getDeclaredFields()
    • getDeclaredMethods

      List<JNIMethod> getDeclaredMethods()
    • getNativeMethods

      List<JNIMethod> getNativeMethods()
    • getGenerate

      boolean getGenerate()
    • getConditional

      String getConditional()