public class JNewExpr extends AbstractNewExpr implements ConvertToBaf
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
void |
convertToBaf(JimpleToBafContext context,
java.util.List<Unit> out) |
apply, equivHashCode, equivTo, getBaseType, getType, getUseBoxes, setBaseType, toString, toStringpublic JNewExpr(RefType type)
public void convertToBaf(JimpleToBafContext context, java.util.List<Unit> out)
convertToBaf in interface ConvertToBafpublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractNewExpr