public interface NewExpr extends Expr, AnyNewExpr
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
RefType |
getBaseType() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setBaseType(RefType type) |
clone, getUseBoxes, toString
equivHashCode, equivTo
RefType getBaseType()
void setBaseType(RefType type)
Type getType()
Value
void apply(Switch sw)
Switchable
apply
in interface Switchable