Class: YARD::Parser::C::BodyStatement

Inherits:
Statement
  • Object
show all
Defined in:
lib/yard/parser/c/statement.rb

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from YARD::Parser::C::Statement

Instance Attribute Details

#commentsObject

Returns the value of attribute comments



39
40
41
# File 'lib/yard/parser/c/statement.rb', line 39

def comments
  @comments
end

#comments_hash_flagObject Originally defined in class Statement

Returns the value of attribute comments_hash_flag

#fileObject Originally defined in class Statement

Returns the value of attribute file

#groupObject Originally defined in class Statement

Deprecated.

Groups are now defined by directives

#lineObject Originally defined in class Statement

Returns the value of attribute line

#sourceObject Originally defined in class Statement

Returns the value of attribute source