Class ArrayContents
java.lang.Object
com.ibm.wala.demandpa.util.ArrayContents
- All Implemented Interfaces:
IField, IMember, IClassHierarchyDweller
-
Method Summary
Modifier and TypeMethodDescriptionGet the annotations on this member, if anyReturn the object that represents the declaring class for this member.getName()booleanisFinal()Is this field final?booleanbooleanbooleanisPublic()booleanisStatic()Is this member static?booleanIs this member volatile?toString()static ArrayContentsv()
-
Method Details
-
v
-
getFieldTypeReference
- Specified by:
getFieldTypeReferencein interfaceIField- Returns:
- the canonical TypeReference of the declared type of the field
- Throws:
UnimplementedError
-
isFinal
Description copied from interface:IFieldIs this field final?- Specified by:
isFinalin interfaceIField- Throws:
UnimplementedError
-
isPrivate
- Specified by:
isPrivatein interfaceIField- Throws:
UnimplementedError
-
isProtected
- Specified by:
isProtectedin interfaceIField- Throws:
UnimplementedError
-
isPublic
- Specified by:
isPublicin interfaceIField- Throws:
UnimplementedError
-
isStatic
-
getDeclaringClass
Description copied from interface:IMemberReturn the object that represents the declaring class for this member.- Specified by:
getDeclaringClassin interfaceIMember- Returns:
- the object that represents the declaring class for this member.
- Throws:
UnsupportedOperationException
-
getName
- Specified by:
getNamein interfaceIMember- Returns:
- the name of this member
- Throws:
UnimplementedError
-
toString
-
isVolatile
public boolean isVolatile()Description copied from interface:IFieldIs this member volatile?- Specified by:
isVolatilein interfaceIField
-
getClassHierarchy
- Specified by:
getClassHierarchyin interfaceIClassHierarchyDweller- Throws:
UnimplementedError
-
getReference
- Specified by:
getReferencein interfaceIField- Returns:
- canonical FieldReference representing this field
-
getAnnotations
Description copied from interface:IMemberGet the annotations on this member, if any- Specified by:
getAnnotationsin interfaceIMember
-