soot.coffi
Class Double2ndHalfType

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

public class Double2ndHalfType
extends Type

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.Type
arrayType
 
Constructor Summary
Double2ndHalfType(Singletons.Global g)
           
 
Method Summary
 boolean equals(Type otherType)
           
 String toString()
          Returns a textual representation of this type.
static Double2ndHalfType 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

Double2ndHalfType

public Double2ndHalfType(Singletons.Global g)
Method Detail

v

public static Double2ndHalfType 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