Interface JNIField

All Known Implementing Classes:
ReflectField

public interface JNIField
  • Method Details

    • getFlag

      boolean getFlag(FieldFlag flag)
    • getName

      String getName()
    • getModifiers

      int getModifiers()
    • getType

      JNIType getType()
    • getType64

      JNIType getType64()
    • getDeclaringClass

      JNIClass getDeclaringClass()
    • getAccessor

      JNIFieldAccessor getAccessor()
    • getCast

      String getCast()
    • getConditional

      String getConditional()
    • ignore

      boolean ignore()
    • isSharedPointer

      boolean isSharedPointer()
    • isPointer

      boolean isPointer()