Class: YARD::Parser::C::ToplevelStatement

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

#blockObject

Returns the value of attribute block.



44
45
46
# File 'lib/yard/parser/c/statement.rb', line 44

def block
  @block
end

#commentsObject

Returns the value of attribute comments.



46
47
48
# File 'lib/yard/parser/c/statement.rb', line 46

def comments
  @comments
end

#declarationObject

Returns the value of attribute declaration.



45
46
47
# File 'lib/yard/parser/c/statement.rb', line 45

def declaration
  @declaration
end