Class: AdLint::Cc1::TypeSpecifier
- Inherits:
-
SyntaxNode
- Object
- SyntaxNode
- AdLint::Cc1::TypeSpecifier
- Defined in:
- lib/adlint/cc1/syntax.rb
Direct Known Subclasses
EnumSpecifier, StandardTypeSpecifier, StructSpecifier, TypedefTypeSpecifier, TypeofTypeSpecifier, UnionSpecifier
Instance Attribute Summary
Attributes inherited from SyntaxNode
#head_token, #subsequent_sequence_point, #tail_token
Instance Method Summary collapse
Methods inherited from SyntaxNode
#head_location, #initialize, #inspect, #location, #short_class_name, #tail_location
Methods included from LocationHolder
Methods included from Visitable
Constructor Details
This class inherits a constructor from AdLint::Cc1::SyntaxNode
Instance Method Details
#to_s ⇒ Object
2716 2717 2718 |
# File 'lib/adlint/cc1/syntax.rb', line 2716 def to_s subclass_responsibility end |