Class: AdLint::Cpp::RelationalExpression
- Inherits:
-
BinaryExpression
- Object
- SyntaxNode
- Expression
- BinaryExpression
- AdLint::Cpp::RelationalExpression
- Defined in:
- lib/adlint/cpp/syntax.rb
Instance Attribute Summary
Attributes inherited from BinaryExpression
#lhs_expression, #operator, #rhs_expression
Attributes inherited from Expression
Method Summary
Methods inherited from BinaryExpression
#initialize, #inspect, #location, #to_s
Methods inherited from Expression
Methods inherited from SyntaxNode
#inspect, #location, #short_class_name
Methods included from LocationHolder
Methods included from Visitable
Constructor Details
This class inherits a constructor from AdLint::Cpp::BinaryExpression