Class: YARD::Parser::C::BodyStatement
- Inherits:
-
Statement
- Object
- Statement
- YARD::Parser::C::BodyStatement
- Defined in:
- lib/yard/parser/c/statement.rb
Instance Attribute Summary (collapse)
-
- (Object) comments
Returns the value of attribute comments.
-
- (Object) comments_hash_flag
inherited
from Statement
Returns the value of attribute comments_hash_flag.
-
- (Object) file
inherited
from Statement
Returns the value of attribute file.
-
- (Object) group
inherited
from Statement
deprecated
Deprecated.
Groups are now defined by directives
-
- (Object) line
inherited
from Statement
Returns the value of attribute line.
-
- (Object) source
inherited
from Statement
Returns the value of attribute source.
Constructor Details
This class inherits a constructor from YARD::Parser::C::Statement
Instance Attribute Details
- (Object) comments
Returns the value of attribute comments
39 40 41 |
# File 'lib/yard/parser/c/statement.rb', line 39 def comments @comments end |
- (Object) comments_hash_flag Originally defined in class Statement
Returns the value of attribute comments_hash_flag
- (Object) file Originally defined in class Statement
Returns the value of attribute file
- (Object) group Originally defined in class Statement
Deprecated.
Groups are now defined by directives
- (Object) line Originally defined in class Statement
Returns the value of attribute line
- (Object) source Originally defined in class Statement
Returns the value of attribute source