org.fusesource.hawtjni.generator.model
Interface JNIClass
- All Known Implementing Classes:
- ReflectClass
public interface JNIClass
- Author:
- Hiram Chirino
getFlag
boolean getFlag(ClassFlag flag)
getName
String getName()
getSimpleName
String getSimpleName()
getSuperclass
JNIClass getSuperclass()
getDeclaredFields
List<JNIField> getDeclaredFields()
getDeclaredMethods
List<JNIMethod> getDeclaredMethods()
getNativeMethods
List<JNIMethod> getNativeMethods()
getGenerate
boolean getGenerate()
getConditional
String getConditional()
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.