soot.jimple
Class NullConstant
java.lang.Object
soot.jimple.Constant
soot.jimple.NullConstant
- All Implemented Interfaces:
- ConvertToBaf, EquivTo, Immediate, Serializable, Switchable, Value
- public class NullConstant
- extends Constant
- See Also:
- Serialized Form
NullConstant
public NullConstant(soot.Singletons.Global g)
v
public static NullConstant v()
equals
public boolean equals(Object c)
hashCode
public int hashCode()
toString
public String toString()
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.