soot
Class DoubleType
java.lang.Object
soot.Type
soot.PrimType
soot.DoubleType
- All Implemented Interfaces:
- Numberable, java.io.Serializable, Switchable
- public class DoubleType
- extends PrimType
Soot representation of the Java built-in type 'double'. Implemented as
a singleton.
- See Also:
- Serialized Form
Constructor Summary |
DoubleType(soot.Singletons.Global g)
|
Method Summary |
void |
apply(Switch sw)
Method required for use of Switchable. |
boolean |
equals(java.lang.Object t)
|
int |
hashCode()
|
java.lang.String |
toString()
Returns a textual representation of this type. |
static DoubleType |
v()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DoubleType
public DoubleType(soot.Singletons.Global g)
v
public static DoubleType v()
equals
public boolean equals(java.lang.Object t)
hashCode
public int hashCode()
toString
public java.lang.String toString()
- Description copied from class:
Type
- Returns a textual representation of this type.
- Specified by:
toString
in class Type
apply
public void apply(Switch sw)
- Description copied from class:
Type
- Method required for use of Switchable.
- Specified by:
apply
in interface Switchable
- Overrides:
apply
in class Type