soot
Class AnyType
java.lang.Object
|
+--soot.Type
|
+--soot.AnyType
- All Implemented Interfaces:
- RefLikeType, java.io.Serializable, Switchable, ToBriefString
- public class AnyType
- extends Type
- implements RefLikeType
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
v
public static AnyType v()
- Returns:
- this class's singleton object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object t)
- Overrides:
equals
in class java.lang.Object
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
getArrayElementType
public Type getArrayElementType()
- Specified by:
getArrayElementType
in interface RefLikeType