Class ArrayLengthExp

java.lang.Object
pascal.taie.ir.exp.ArrayLengthExp
All Implemented Interfaces:
Serializable, Exp, RValue, UnaryExp

public class ArrayLengthExp extends Object implements UnaryExp
Representation of array length expression, e.g., arr.length.
See Also:
  • Constructor Details

    • ArrayLengthExp

      public ArrayLengthExp(Var base)
  • Method Details