soot.jimple.internal
Class JLengthExpr
java.lang.Object
soot.jimple.internal.AbstractUnopExpr
soot.jimple.internal.AbstractLengthExpr
soot.jimple.internal.JLengthExpr
- All Implemented Interfaces:
- Serializable, EquivTo, ConvertToBaf, Expr, LengthExpr, UnopExpr, Switchable, Value
public class JLengthExpr
- extends AbstractLengthExpr
- implements ConvertToBaf
- See Also:
- Serialized Form
JLengthExpr
public JLengthExpr(Value op)
convertToBaf
public void convertToBaf(JimpleToBafContext context,
List<Unit> out)
- Specified by:
convertToBaf
in interface ConvertToBaf
clone
public Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractLengthExpr