|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.Type | +--soot.BaseType
Abstract base class for Soot classes that that model Java programming types that are not arrays. (ie all types except void, null, and array types)
Constructor Summary | |
BaseType()
|
Method Summary | |
abstract java.lang.String |
toString()
Returns a textual representation of this type. |
Methods inherited from class soot.Type |
apply,
merge,
toBriefString,
toMachineType |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BaseType()
Method Detail |
public abstract java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |