Class NegExp

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

public class NegExp extends Object implements UnaryExp
Representation of negation expression, e.g., -o;
See Also: