Class: AdLint::Cpp::VaFunctionLikeDefineLine
- Inherits:
-
FunctionLikeDefineLine
- Object
- SyntaxNode
- GroupPart
- ControlLine
- DefineLine
- FunctionLikeDefineLine
- AdLint::Cpp::VaFunctionLikeDefineLine
- Defined in:
- lib/adlint/cpp/syntax.rb
Instance Attribute Summary
Attributes inherited from FunctionLikeDefineLine
Attributes inherited from DefineLine
#identifier, #replacement_list, #symbol
Attributes inherited from ControlLine
Instance Method Summary collapse
Methods inherited from FunctionLikeDefineLine
Methods inherited from DefineLine
Methods included from SymbolicElement
Methods inherited from ControlLine
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::FunctionLikeDefineLine
Instance Method Details
#have_va_list? ⇒ Boolean
412 413 414 |
# File 'lib/adlint/cpp/syntax.rb', line 412 def have_va_list? true end |