soot.jimple
Class NullConstant

java.lang.Object
  extended by soot.jimple.Constant
      extended by soot.jimple.NullConstant
All Implemented Interfaces:
Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value

public class NullConstant
extends Constant

See Also:
Serialized Form

Constructor Summary
NullConstant(Singletons.Global g)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 boolean equals(Object c)
           
 Type getType()
          Returns the Soot type of this Value.
 int hashCode()
           
 String toString()
           
static NullConstant v()
           
 
Methods inherited from class soot.jimple.Constant
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullConstant

public NullConstant(Singletons.Global g)
Method Detail

v

public static NullConstant v()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getType

public Type getType()
Description copied from interface: Value
Returns the Soot type of this Value.


apply

public void apply(Switch sw)
Description copied from interface: Switchable
Called when this object is visited.