Class: AdLint::Cpp::LintSpecificMacro1
- Inherits:
-
SpecialMacro
- Object
- Macro
- ObjectLikeMacro
- SpecialMacro
- AdLint::Cpp::LintSpecificMacro1
- Defined in:
- lib/adlint/cpp/macro.rb
Instance Attribute Summary
Attributes inherited from SpecialMacro
Attributes inherited from Macro
Instance Method Summary collapse
-
#initialize ⇒ LintSpecificMacro1
constructor
A new instance of LintSpecificMacro1.
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 ⇒ LintSpecificMacro1
Returns a new instance of LintSpecificMacro1.
559 560 561 |
# File 'lib/adlint/cpp/macro.rb', line 559 def initialize super("__LINT__") end |