Class: YARD::MRuby::Parser::C::DirectiveStatement

Inherits:
Parser::C::Statement
  • Object
show all
Defined in:
lib/yard/mruby/parser/c/directive_statement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



4
5
6
# File 'lib/yard/mruby/parser/c/directive_statement.rb', line 4

def comments
  @comments
end

#declarationObject

Returns the value of attribute declaration.



3
4
5
# File 'lib/yard/mruby/parser/c/directive_statement.rb', line 3

def declaration
  @declaration
end