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(Object c) |
Type |
getType()
Returns the Soot type of this Value.
|
int |
hashCode() |
String |
toString() |
static NullConstant |
v() |
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toStringpublic NullConstant(Singletons.Global g)
public static NullConstant v()
public Type getType()
Valuepublic void apply(Switch sw)
SwitchableCopyright © 2021 Soot OSS. All rights reserved.