org.fusesource.hawtjni.generator.model
Interface JNIField

All Known Implementing Classes:
ReflectField

public interface JNIField

Author:
Hiram Chirino

Method Summary
 String getAccessor()
           
 String getCast()
           
 String getConditional()
           
 JNIClass getDeclaringClass()
           
 boolean getFlag(FieldFlag flag)
           
 int getModifiers()
           
 String getName()
           
 JNIType getType()
           
 JNIType getType64()
           
 boolean ignore()
           
 boolean isPointer()
           
 

Method Detail

getFlag

boolean getFlag(FieldFlag flag)

getName

String getName()

getModifiers

int getModifiers()

getType

JNIType getType()

getType64

JNIType getType64()

getDeclaringClass

JNIClass getDeclaringClass()

getAccessor

String getAccessor()

getCast

String getCast()

getConditional

String getConditional()

ignore

boolean ignore()

isPointer

boolean isPointer()


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.