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 JNIFieldAccessor
getAccessor()
String
getCast()
String
getConditional()
JNIClass
getDeclaringClass()
boolean
getFlag(FieldFlag flag)
int
getModifiers()
String
getName()
JNIType
getType()
JNIType
getType64()
boolean
ignore()
boolean
isPointer()
-
-
-
Method Detail
-
getModifiers
int getModifiers()
-
getDeclaringClass
JNIClass getDeclaringClass()
-
getAccessor
JNIFieldAccessor getAccessor()
-
getConditional
String getConditional()
-
ignore
boolean ignore()
-
isPointer
boolean isPointer()
-
-