Interface JNIField
- All Known Implementing Classes:
ReflectField
public interface JNIField
-
Method Details
-
getFlag
-
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() -
isPointer
boolean isPointer()
-