soot
Class ShortType

java.lang.Object
  extended by soot.Type
      extended by soot.PrimType
          extended by soot.ShortType
All Implemented Interfaces:
Serializable, IntegerType, Numberable, Switchable

public class ShortType
extends PrimType
implements IntegerType

Soot representation of the Java built-in type 'short'. Implemented as a singleton.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.Type
arrayType
 
Constructor Summary
ShortType(Singletons.Global g)
           
 
Method Summary
 void apply(Switch sw)
          Method required for use of Switchable.
 RefType boxedType()
           
 boolean equals(Object t)
           
 int hashCode()
           
 String toString()
          Returns a textual representation of this type.
static ShortType v()
           
 
Methods inherited from class soot.Type
getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortType

public ShortType(Singletons.Global g)
Method Detail

v

public static ShortType v()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

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

Specified by:
toString in class Type

apply

public void apply(Switch sw)
Description copied from class: Type
Method required for use of Switchable.

Specified by:
apply in interface Switchable
Overrides:
apply in class Type

boxedType

public RefType boxedType()
Specified by:
boxedType in class PrimType