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 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 UnsupportedOperationException
IMembergetDeclaringClass in interface IMemberUnsupportedOperationExceptionpublic Atom getName() throws com.ibm.wala.util.debug.UnimplementedError
public 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 Collection<Annotation> getAnnotations()
IMembergetAnnotations in interface IMemberCopyright © 2015. All rights reserved.