org.fusesource.hawtjni.generator.model
Interface JNIField

All Known Implementing Classes:
ReflectField

public interface JNIField

Author:
Hiram Chirino

Method Summary
 java.lang.String getAccessor()
           
 java.lang.String getCast()
           
 java.lang.String getConditional()
           
 JNIClass getDeclaringClass()
           
 boolean getFlag(org.fusesource.hawtjni.runtime.FieldFlag flag)
           
 int getModifiers()
           
 java.lang.String getName()
           
 JNIType getType()
           
 JNIType getType64()
           
 boolean ignore()
           
 boolean isPointer()
           
 

Method Detail

getFlag

boolean getFlag(org.fusesource.hawtjni.runtime.FieldFlag flag)

getName

java.lang.String getName()

getModifiers

int getModifiers()

getType

JNIType getType()

getType64

JNIType getType64()

getDeclaringClass

JNIClass getDeclaringClass()

getAccessor

java.lang.String getAccessor()

getCast

java.lang.String getCast()

getConditional

java.lang.String getConditional()

ignore

boolean ignore()

isPointer

boolean isPointer()