soot.coffi
Class UnusuableType

java.lang.Object
  |
  +--soot.Type
        |
        +--soot.coffi.UnusuableType

public class UnusuableType
extends Type

See Also:
Serialized Form

Fields inherited from class soot.Type
arrayType
 
Constructor Summary
UnusuableType(Singletons.Global g)
           
 
Method Summary
 boolean equals(Type otherType)
           
 java.lang.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 java.lang.String toString()
Description copied from class: Type
Returns a textual representation of this type.
Overrides:
toString in class Type