soot
Class UnknownType
java.lang.Object
soot.Type
soot.UnknownType
- All Implemented Interfaces:
- Serializable, Numberable, Switchable
public class UnknownType
- extends Type
Soot representation used for not-yet-typed objects. Implemented as
a singleton.
- See Also:
- Serialized Form
UnknownType
public UnknownType(Singletons.Global g)
v
public static UnknownType v()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object t)
- Overrides:
equals
in class Object
toString
public 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
merge
public Type merge(Type other,
Scene cm)
- Returns the least common superclass of this type and other.
- Overrides:
merge
in class Type