org.fusesource.hawtjni.generator.model
Interface JNIField
- All Known Implementing Classes:
- ReflectField
public interface JNIField
- Author:
- Hiram Chirino
getFlag
boolean getFlag(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()
isPointer
boolean isPointer()
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.