public class ArrayContents extends java.lang.Object implements IField
| Modifier and Type | Method and Description |
|---|---|
java.util.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?
|
java.lang.String |
toString() |
static ArrayContents |
v() |
public static final ArrayContents v()
public TypeReference getFieldTypeReference() throws com.ibm.wala.util.debug.UnimplementedError
getFieldTypeReference in interface IFieldcom.ibm.wala.util.debug.UnimplementedErrorpublic boolean isFinal()
throws com.ibm.wala.util.debug.UnimplementedError
IFieldpublic boolean isPrivate()
throws com.ibm.wala.util.debug.UnimplementedError
public boolean isProtected()
throws com.ibm.wala.util.debug.UnimplementedError
isProtected in interface IFieldcom.ibm.wala.util.debug.UnimplementedErrorpublic boolean isPublic()
throws com.ibm.wala.util.debug.UnimplementedError
public boolean isStatic()
throws com.ibm.wala.util.debug.UnimplementedError
IMemberpublic IClass getDeclaringClass() throws java.lang.UnsupportedOperationException
IMembergetDeclaringClass in interface IMemberjava.lang.UnsupportedOperationExceptionpublic Atom getName() throws com.ibm.wala.util.debug.UnimplementedError
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isVolatile()
IFieldisVolatile in interface IFieldpublic ClassHierarchy getClassHierarchy() throws com.ibm.wala.util.debug.UnimplementedError
getClassHierarchy in interface IClassHierarchyDwellercom.ibm.wala.util.debug.UnimplementedErrorpublic FieldReference getReference()
getReference in interface IFieldpublic java.util.Collection<Annotation> getAnnotations()
IMembergetAnnotations in interface IMember