Class Negation

    • Constructor Detail

      • Negation

        public Negation​(CFG cfg,
                        CodeLocation location,
                        Expression expression)
        Builds the numerical negation.
        Parameters:
        cfg - the CFG where this operation lies
        location - the location where this literal is defined
        expression - the operand of this operation
    • Method Detail