Class: AdLint::Cc1::PrimaryExpression
- Inherits:
-
Expression
- Object
- SyntaxNode
- Expression
- AdLint::Cc1::PrimaryExpression
- Defined in:
- lib/adlint/cc1/syntax.rb
Direct Known Subclasses
ConstantSpecifier, GroupedExpression, NullConstantSpecifier, ObjectSpecifier, StringLiteralSpecifier
Instance Attribute Summary
Attributes inherited from SyntaxNode
#head_token, #subsequent_sequence_point, #tail_token
Method Summary
Methods inherited from Expression
#arithmetic?, #bitwise?, #constant?, #full=, #have_side_effect?, #initialize, #logical?, #object_specifiers, #to_complemental_logical, #to_normalized_logical, #to_s
Methods inherited from SyntaxNode
#head_location, #initialize, #inspect, #location, #short_class_name, #tail_location
Methods included from LocationHolder
Methods included from Visitable
Constructor Details
This class inherits a constructor from AdLint::Cc1::Expression