soot.jimple
Class NullConstant
java.lang.Object
|
+--soot.jimple.Constant
|
+--soot.jimple.NullConstant
- public class NullConstant
- extends Constant
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
NullConstant
public NullConstant(Singletons.Global g)
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
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.