Class NewInstance

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

public class NewInstance extends Object implements NewExp
Representation of new instance expression, e.g., new T.
See Also:
  • Constructor Details

    • NewInstance

      public NewInstance(ClassType type)
  • Method Details