public class ArrayContents extends Object implements IField
| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotations()
Get the annotations on this member, if any
|
ClassHierarchy |
getClassHierarchy() |
IClass |
getDeclaringClass()
Return the object that represents the declaring class
for this member.
|
TypeReference |
getFieldTypeReference() |
Atom |
getName() |
FieldReference |
getReference() |
boolean |
isFinal()
Is this field final?
|
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic()
Is this member static?
|
boolean |
isVolatile()
Is this member volatile?
|
String |
toString() |
static ArrayContents |
v() |
public static final ArrayContents v()
public TypeReference getFieldTypeReference() throws UnimplementedError
getFieldTypeReference in interface IFieldUnimplementedErrorpublic boolean isFinal()
throws UnimplementedError
IFieldisFinal in interface IFieldUnimplementedErrorpublic boolean isPrivate()
throws UnimplementedError
isPrivate in interface IFieldUnimplementedErrorpublic boolean isProtected()
throws UnimplementedError
isProtected in interface IFieldUnimplementedErrorpublic boolean isPublic()
throws UnimplementedError
isPublic in interface IFieldUnimplementedErrorpublic boolean isStatic()
throws UnimplementedError
IMemberisStatic in interface IFieldisStatic in interface IMemberUnimplementedErrorpublic IClass getDeclaringClass() throws UnsupportedOperationException
IMembergetDeclaringClass in interface IMemberUnsupportedOperationExceptionpublic Atom getName() throws UnimplementedError
getName in interface IMemberUnimplementedErrorpublic boolean isVolatile()
IFieldisVolatile in interface IFieldpublic ClassHierarchy getClassHierarchy() throws UnimplementedError
getClassHierarchy in interface IClassHierarchyDwellerUnimplementedErrorpublic FieldReference getReference()
getReference in interface IFieldpublic Collection<Annotation> getAnnotations()
IMembergetAnnotations in interface IMember