soot.jimple.internal
Class JLengthExpr
java.lang.Object
soot.jimple.internal.AbstractUnopExpr
soot.jimple.internal.AbstractLengthExpr
soot.jimple.internal.JLengthExpr
- All Implemented Interfaces:
- ConvertToBaf, EquivTo, Expr, LengthExpr, Serializable, Switchable, UnopExpr, Value
- public class JLengthExpr
- extends AbstractLengthExpr
- implements ConvertToBaf
- See Also:
- Serialized Form
JLengthExpr
public JLengthExpr(Value op)
convertToBaf
public void convertToBaf(JimpleToBafContext context,
List 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