Class: AdLint::Cpp::LintSpecificMacro4
- Inherits:
-
SpecialMacro
- Object
- Macro
- ObjectLikeMacro
- SpecialMacro
- AdLint::Cpp::LintSpecificMacro4
- Defined in:
- lib/adlint/cpp/macro.rb
Instance Attribute Summary
Attributes inherited from SpecialMacro
Attributes inherited from Macro
Instance Method Summary collapse
-
#initialize ⇒ LintSpecificMacro4
constructor
A new instance of LintSpecificMacro4.
Methods inherited from SpecialMacro
Methods inherited from ObjectLikeMacro
#expand, #function_like?, #replaceable_size
Methods inherited from Macro
#expand, #function_like?, #location, #name, #replacement_list
Methods included from LocationHolder
Constructor Details
#initialize ⇒ LintSpecificMacro4
Returns a new instance of LintSpecificMacro4.
592 593 594 |
# File 'lib/adlint/cpp/macro.rb', line 592 def initialize super("__lint__") end |