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