Interface NewExp

All Superinterfaces:
Exp, RValue, Serializable
All Known Implementing Classes:
NewArray, NewInstance, NewMultiArray

public interface NewExp extends RValue
Representation of new expressions.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface pascal.taie.ir.exp.Exp

    accept, getUses
  • Method Details