java.lang.Object
de.grogra.reflect.MemberBase
de.grogra.reflect.FieldBase
de.grogra.reflect.XField
-
Field Summary
Fields inherited from class de.grogra.reflect.MemberBase
annots, declaringType, descriptor, modifiers, name
Fields inherited from interface de.grogra.reflect.Field
FIELD_0, INTERFACE_MODIFIERS, MODIFIERS
Fields inherited from interface de.grogra.reflect.Member
ABSTRACT, ACCESS_MODIFIERS, ARRAY, BRIDGE, CONSTANT, FINAL, INTERFACE, JAVA_MODIFIERS, LOCAL_CLASS, MIN_UNUSED_MODIFIER, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(Object object) byte
char
double
float
int
long
short
void
setBoolean
(Object object, boolean value) void
void
void
setConstant
(Object value) void
void
void
void
void
void
Methods inherited from class de.grogra.reflect.FieldBase
getDescriptor, getType, toString
Methods inherited from class de.grogra.reflect.MemberBase
getDeclaredAnnotation, getDeclaredAnnotationCount, getDeclaringType, getModifiers, getName, getSimpleName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.reflect.Member
getDeclaredAnnotation, getDeclaredAnnotationCount, getDeclaringType, getModifiers, getName, getSimpleName
-
Method Details
-
setConstant
-
getDeclaredAnnotations
-
setBoolean
- Specified by:
setBoolean
in interfaceField
- Overrides:
setBoolean
in classFieldBase
-
getBoolean
- Specified by:
getBoolean
in interfaceField
- Overrides:
getBoolean
in classFieldBase
-
setByte
-
getByte
-
setShort
-
getShort
-
setChar
-
getChar
-
setInt
-
getInt
-
setLong
-
getLong
-
setFloat
-
getFloat
-
setDouble
-
getDouble
-
setObject
-
getObject
-