public class JLengthExpr extends AbstractLengthExpr implements ConvertToBaf
Constructor and Description |
---|
JLengthExpr(Value op) |
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, getType, toString, toString
getOp, getOpBox, getUseBoxes, setOp
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUseBoxes
public JLengthExpr(Value op)
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 AbstractLengthExpr