public class NullConstant extends Constant
| Constructor and Description |
|---|
NullConstant(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
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 |
toString() |
static NullConstant |
v() |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toStringpublic static NullConstant v()
public boolean equals(java.lang.Object c)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic Type getType()
Valuepublic void apply(Switch sw)
Switchable