Class: AdLint::Cpp::RelationalExpression

Inherits:
BinaryExpression show all
Defined in:
lib/adlint/cpp/syntax.rb

Instance Attribute Summary

Attributes inherited from BinaryExpression

#lhs_expression, #operator, #rhs_expression

Attributes inherited from Expression

#value

Method Summary

Methods inherited from BinaryExpression

#initialize, #inspect, #location, #to_s

Methods inherited from Expression

#initialize, #to_s

Methods inherited from SyntaxNode

#inspect, #location, #short_class_name

Methods included from LocationHolder

#analysis_target?

Methods included from Visitable

#accept

Constructor Details

This class inherits a constructor from AdLint::Cpp::BinaryExpression