public interface JNIField
Modifier and Type | Method and Description |
---|---|
String |
getAccessor() |
String |
getCast() |
String |
getConditional() |
JNIClass |
getDeclaringClass() |
boolean |
getFlag(FieldFlag flag) |
int |
getModifiers() |
String |
getName() |
JNIType |
getType() |
JNIType |
getType64() |
boolean |
ignore() |
boolean |
isPointer() |
boolean getFlag(FieldFlag flag)
String getName()
int getModifiers()
JNIType getType()
JNIType getType64()
JNIClass getDeclaringClass()
String getAccessor()
String getCast()
String getConditional()
boolean ignore()
boolean isPointer()
Copyright © 2009-2022 FuseSource, Corp.. All Rights Reserved.