soot.jimple.toolkits.typing.fast
Class BottomType

java.lang.Object
  extended by soot.Type
      extended by soot.jimple.toolkits.typing.fast.BottomType
All Implemented Interfaces:
Serializable, Numberable, Switchable

public class BottomType
extends Type

Author:
Ben Bellamy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.Type
arrayType
 
Method Summary
 boolean equals(Object t)
           
 String toString()
          Returns a textual representation of this type.
static BottomType v()
           
 
Methods inherited from class soot.Type
apply, getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

v

public static BottomType v()

toString

public String toString()
Description copied from class: Type
Returns a textual representation of this type.

Specified by:
toString in class Type

equals

public boolean equals(Object t)
Overrides:
equals in class Object