soot.coffi
Class Long2ndHalfType

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

public class Long2ndHalfType
extends Type

See Also:
Serialized Form

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

Long2ndHalfType

public Long2ndHalfType(Singletons.Global g)
Method Detail

v

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