Uses of Interface
pascal.taie.ir.exp.NewExp
-
Uses of NewExp in pascal.taie.ir.exp
Modifier and TypeClassDescriptionclass
Representation of new array expression, e.g., new T[..].class
Representation of new instance expression, e.g., new T.class
Representation of new multi-array expression, e.g., new T[..][..][..]. -
Uses of NewExp in pascal.taie.ir.stmt