public class JInstanceOfExpr extends AbstractInstanceOfExpr implements ConvertToBaf
Constructor and Description |
---|
JInstanceOfExpr(Value op,
Type checkType) |
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, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp, toString, toString
public void convertToBaf(JimpleToBafContext context, java.util.List<Unit> out)
convertToBaf
in interface ConvertToBaf
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractInstanceOfExpr