Interface JNIField

  • All Known Implementing Classes:
    ReflectField

    public interface JNIField
    • Method Detail

      • getFlag

        boolean getFlag​(FieldFlag flag)
      • getName

        java.lang.String getName()
      • getModifiers

        int getModifiers()
      • getDeclaringClass

        JNIClass getDeclaringClass()
      • getCast

        java.lang.String getCast()
      • getConditional

        java.lang.String getConditional()
      • ignore

        boolean ignore()
      • isPointer

        boolean isPointer()