|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.demandpa.util.ArrayContents
public class ArrayContents
Pseudo-field modelling the contents of an array of reference type. Only for convenience; many of the methods don't actually work. Also, a singleton.
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static final ArrayContents v()
public TypeReference getFieldTypeReference()
throws UnimplementedError
getFieldTypeReference in interface IFieldUnimplementedError
public boolean isFinal()
throws UnimplementedError
IField
isFinal in interface IFieldUnimplementedError
public boolean isPrivate()
throws UnimplementedError
isPrivate in interface IFieldUnimplementedError
public boolean isProtected()
throws UnimplementedError
isProtected in interface IFieldUnimplementedError
public boolean isPublic()
throws UnimplementedError
isPublic in interface IFieldUnimplementedError
public boolean isStatic()
throws UnimplementedError
IMember
isStatic in interface IFieldisStatic in interface IMemberUnimplementedError
public IClass getDeclaringClass()
throws java.lang.UnsupportedOperationException
IMember
getDeclaringClass in interface IMemberjava.lang.UnsupportedOperationException
public Atom getName()
throws UnimplementedError
getName in interface IMemberUnimplementedErrorpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isVolatile()
IField
isVolatile in interface IField
public ClassHierarchy getClassHierarchy()
throws UnimplementedError
getClassHierarchy in interface IClassHierarchyDwellerUnimplementedErrorpublic FieldReference getReference()
getReference in interface IField
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||