public interface BinaryBooleanOperatorImplementation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNegated(java.lang.String operand1,
java.lang.String operand2)
Gets the expression that is the negation of an invocation of this operator implementation
|
java.lang.String getNegated(java.lang.String operand1, java.lang.String operand2)
operand1
- The first operand of the invocation to be negatedoperand2
- The second operand of the invocation to be negated