Class: YARD::MRuby::Parser::C::DirectiveStatement
- Inherits:
-
Parser::C::Statement
- Object
- Parser::C::Statement
- YARD::MRuby::Parser::C::DirectiveStatement
- Defined in:
- lib/yard/mruby/parser/c/directive_statement.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#declaration ⇒ Object
Returns the value of attribute declaration.
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
4 5 6 |
# File 'lib/yard/mruby/parser/c/directive_statement.rb', line 4 def comments @comments end |
#declaration ⇒ Object
Returns the value of attribute declaration.
3 4 5 |
# File 'lib/yard/mruby/parser/c/directive_statement.rb', line 3 def declaration @declaration end |