Interface JNIField
-
- All Known Implementing Classes:
ReflectField
public interface JNIField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JNIFieldAccessor
getAccessor()
java.lang.String
getCast()
java.lang.String
getConditional()
JNIClass
getDeclaringClass()
boolean
getFlag(FieldFlag flag)
int
getModifiers()
java.lang.String
getName()
JNIType
getType()
JNIType
getType64()
boolean
ignore()
boolean
isPointer()
boolean
isSharedPointer()
-
-
-
Method Detail
-
getFlag
boolean getFlag(FieldFlag flag)
-
getName
java.lang.String getName()
-
getModifiers
int getModifiers()
-
getType
JNIType getType()
-
getType64
JNIType getType64()
-
getDeclaringClass
JNIClass getDeclaringClass()
-
getAccessor
JNIFieldAccessor getAccessor()
-
getCast
java.lang.String getCast()
-
getConditional
java.lang.String getConditional()
-
ignore
boolean ignore()
-
isSharedPointer
boolean isSharedPointer()
-
isPointer
boolean isPointer()
-
-