|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.Type
soot.RefLikeType
Abstract class for Soot classes that model subtypes of java.lang.Object (ie. object references and arrays)
Field Summary |
Fields inherited from class soot.Type |
arrayType |
Constructor Summary | |
RefLikeType()
|
Method Summary | |
abstract Type |
getArrayElementType()
If I have a variable x of declared type t, what is a good declared type for the expression ((Object[]) x)[i]? The getArrayElementType() method in RefLikeType was introduced even later to answer this question for all classes implementing RefLikeType. |
Methods inherited from class soot.Type |
apply, getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RefLikeType()
Method Detail |
public abstract Type getArrayElementType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |