|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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)
Field Summary |
Fields inherited from class soot.Type |
typeNum |
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()
Type
toString
in class Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |