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()
-
-
-
Method Detail
-
getModifiers
int getModifiers()
-
getDeclaringClass
JNIClass getDeclaringClass()
-
getAccessor
JNIFieldAccessor getAccessor()
-
getConditional
String getConditional()
-
ignore
boolean ignore()
-
isPointer
boolean isPointer()
-
-