Class: AdLint::Cpp::ObjectLikeDefineLine
- Inherits:
-
DefineLine
- Object
- SyntaxNode
- GroupPart
- ControlLine
- DefineLine
- AdLint::Cpp::ObjectLikeDefineLine
- Defined in:
- lib/adlint/cpp/syntax.rb
Instance Attribute Summary
Attributes inherited from DefineLine
#identifier, #replacement_list, #symbol
Attributes inherited from ControlLine
Instance Method Summary collapse
Methods inherited from DefineLine
Methods included from SymbolicElement
Methods inherited from ControlLine
Methods inherited from SyntaxNode
Methods included from LocationHolder
Methods included from Visitable
Constructor Details
This class inherits a constructor from AdLint::Cpp::DefineLine
Instance Method Details
#inspect(indent = 0) ⇒ Object
368 369 370 |
# File 'lib/adlint/cpp/syntax.rb', line 368 def inspect(indent = 0) " " * indent + "#{short_class_name} (#{identifier.inspect})" end |