Method: AdLint::Cc1::EqualityExpression#to_complemental_logical
- Defined in:
- lib/adlint/cc1/syntax.rb
#to_complemental_logical ⇒ Object
1856 1857 1858 1859 1860 |
# File 'lib/adlint/cc1/syntax.rb', line 1856 def to_complemental_logical op = ComparisonOperator.new(@operator).for_complement.to_s op_tok = Token.new(op, op, @operator.location) EqualityExpression.new(op_tok, @lhs_operand, @rhs_operand) end |