Class: AdLint::Cpp::VaFunctionLikeDefineLine

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

Instance Attribute Summary

Attributes inherited from FunctionLikeDefineLine

#identifier_list

Attributes inherited from DefineLine

#identifier, #replacement_list, #symbol

Attributes inherited from ControlLine

#keyword

Instance Method Summary collapse

Methods inherited from FunctionLikeDefineLine

#initialize, #inspect

Methods inherited from DefineLine

#initialize

Methods included from SymbolicElement

#mark_as_referred_by

Methods inherited from ControlLine

#initialize, #location

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::FunctionLikeDefineLine

Instance Method Details

#have_va_list?Boolean

Returns:

  • (Boolean)


412
413
414
# File 'lib/adlint/cpp/syntax.rb', line 412

def have_va_list?
  true
end