class AdLint::Cc1::SpecifierQualifierList
Attributes
type_qualifiers[R]
type_specifiers[R]
Public Class Methods
new()
click to toggle source
Calls superclass method
AdLint::Cc1::SyntaxNode::new
# File lib/adlint/cc1/syntax.rb, line 2928 def initialize super @type_specifiers = [] @type_qualifiers = [] end
Public Instance Methods
inspect(indent = 0)
click to toggle source
# File lib/adlint/cc1/syntax.rb, line 2941 def inspect(indent = 0) " " * indent + short_class_name end
location()
click to toggle source
# File lib/adlint/cc1/syntax.rb, line 2937 def location head_location end