soot.coffi
Class UnusuableType

java.lang.Object
  extended by soot.Type
      extended by soot.coffi.UnusuableType
All Implemented Interfaces:
Serializable, Numberable, Switchable

public class UnusuableType
extends Type

See Also:
Serialized Form

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

Constructor Detail

UnusuableType

public UnusuableType(Singletons.Global g)
Method Detail

v

public static UnusuableType v()

equals

public boolean equals(Type otherType)

toString

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

Specified by:
toString in class Type