org.fusesource.hawtjni.generator.model
Interface JNIField
- All Known Implementing Classes:
- ReflectField
public interface JNIField
- Author:
- Hiram Chirino
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()