Package com.strobel.reflection
Class RawField
- java.lang.Object
-
- com.strobel.reflection.RawMember
-
- com.strobel.reflection.RawField
-
final class RawField extends RawMember
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.reflect.Field
getRawMember()
int
hashCode()
boolean
isTransient()
boolean
isVolatile()
-
Methods inherited from class com.strobel.reflection.RawMember
getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
-
-
-
-
Constructor Detail
-
RawField
public RawField(Type context, java.lang.reflect.Field field)
-
-
Method Detail
-
getRawMember
public java.lang.reflect.Field getRawMember()
- Specified by:
getRawMember
in classRawMember
-
isTransient
public boolean isTransient()
-
isVolatile
public boolean isVolatile()
-
-