|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.Type | +--soot.BaseType | +--soot.IntType
Soot representation of the Java built-in type 'int'. Implemented as a singleton.
Field Summary |
Fields inherited from class soot.Type |
typeNum |
Method Summary | |
void |
apply(Switch sw)
Method required for use of Switchable. |
boolean |
equals(java.lang.Object t)
Returns true if the given object is equal to this one. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a textual representation of this type. |
static IntType |
v()
Returns this class's singleton object |
Methods inherited from class soot.Type |
merge, toBriefString, toMachineType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public static IntType v()
public boolean equals(java.lang.Object t)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
Type
toString
in class BaseType
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |