| java.lang.Object sun.reflect.MagicAccessorImpl sun.reflect.FieldAccessorImpl sun.reflect.UnsafeFieldAccessorImpl sun.reflect.UnsafeStaticFieldAccessorImpl
All known Subclasses: sun.reflect.UnsafeStaticByteFieldAccessorImpl, sun.reflect.UnsafeStaticFloatFieldAccessorImpl, sun.reflect.UnsafeQualifiedStaticFieldAccessorImpl, sun.reflect.UnsafeStaticCharacterFieldAccessorImpl, sun.reflect.UnsafeStaticShortFieldAccessorImpl, sun.reflect.UnsafeStaticIntegerFieldAccessorImpl, sun.reflect.UnsafeStaticBooleanFieldAccessorImpl, sun.reflect.UnsafeStaticDoubleFieldAccessorImpl, sun.reflect.UnsafeStaticObjectFieldAccessorImpl, sun.reflect.UnsafeStaticLongFieldAccessorImpl,
UnsafeStaticFieldAccessorImpl | abstract class UnsafeStaticFieldAccessorImpl extends UnsafeFieldAccessorImpl (Code) | | Base class for sun.misc.Unsafe-based FieldAccessors for static
fields. The observation is that there are only nine types of
fields from the standpoint of reflection code: the eight primitive
types and Object. Using class Unsafe instead of generated
bytecodes saves memory and loading time for the
dynamically-generated FieldAccessors.
|
UnsafeStaticFieldAccessorImpl | UnsafeStaticFieldAccessorImpl(Field field)(Code) | | |
Methods inherited from sun.reflect.FieldAccessorImpl | abstract public Object get(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public boolean getBoolean(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public byte getByte(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public char getChar(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public double getDouble(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public float getFloat(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public int getInt(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public long getLong(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public short getShort(Object obj) throws IllegalArgumentException(Code)(Java Doc) abstract public void set(Object obj, Object value) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setBoolean(Object obj, boolean z) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setByte(Object obj, byte b) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setChar(Object obj, char c) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setDouble(Object obj, double d) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setFloat(Object obj, float f) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setInt(Object obj, int i) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setLong(Object obj, long l) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc) abstract public void setShort(Object obj, short s) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc)
|
|
|