|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.Type | +--soot.RefLikeType
Abstract class for Soot classes that model subtypes of java.lang.Object (ie. object references and arrays)
Fields inherited from class soot.Type |
arrayType |
Constructor Summary | |
RefLikeType()
|
Method Summary | |
abstract Type |
getArrayElementType()
|
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |