soot.jimple
Class NullConstant

java.lang.Object
  |
  +--soot.jimple.Constant
        |
        +--soot.jimple.NullConstant
All Implemented Interfaces:
ConvertToBaf, EquivTo, Switchable, ToBriefString, Value

public class NullConstant
extends Constant
implements Switchable, ToBriefString


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

Method Detail

v

public static NullConstant v()

equals

public boolean equals(java.lang.Object c)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toBriefString

public java.lang.String toBriefString()
Description copied from interface: ToBriefString
Returns a brief description of this object.
Specified by:
toBriefString in interface ToBriefString

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.
Specified by:
apply in interface Switchable