Class: YARD::Parser::C::ToplevelStatement
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Statement
|
|
Instance Chain:
self,
Statement
|
|
Inherits: |
YARD::Parser::C::Statement
|
Defined in: | lib/yard/parser/c/statement.rb |
Class Method Summary
Instance Attribute Summary
- #block rw
- #comments rw
- #declaration rw
Statement
- Inherited
Instance Method Summary
Statement
- Inherited
#comments_range, #first_line, #line_range, #show, | |
#signature | Alias for Statement#first_line. |
Constructor Details
This class inherits a constructor from YARD::Parser::C::Statement
Instance Attribute Details
#block (rw)
[ GitHub ]# File 'lib/yard/parser/c/statement.rb', line 46
attr_accessor :block
#comments (rw)
[ GitHub ]# File 'lib/yard/parser/c/statement.rb', line 48
attr_accessor :comments
#declaration (rw)
[ GitHub ]# File 'lib/yard/parser/c/statement.rb', line 47
attr_accessor :declaration