Interface JNIField
-
- All Known Implementing Classes:
ReflectField
public interface JNIField- Author:
- Hiram Chirino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JNIFieldAccessorgetAccessor()StringgetCast()StringgetConditional()JNIClassgetDeclaringClass()booleangetFlag(FieldFlag flag)intgetModifiers()StringgetName()JNITypegetType()JNITypegetType64()booleanignore()booleanisPointer()booleanisSharedPointer()
-
-
-
Method Detail
-
getFlag
boolean getFlag(FieldFlag flag)
-
getName
String getName()
-
getModifiers
int getModifiers()
-
getType
JNIType getType()
-
getType64
JNIType getType64()
-
getDeclaringClass
JNIClass getDeclaringClass()
-
getAccessor
JNIFieldAccessor getAccessor()
-
getCast
String getCast()
-
getConditional
String getConditional()
-
ignore
boolean ignore()
-
isSharedPointer
boolean isSharedPointer()
-
isPointer
boolean isPointer()
-
-