Class YARD::Statement

Object
  |
  +--YARD::Statement

Attributes

block [R]
comments [R]
tokens [R]

Constructor Summary

initialize(tokens, block = nil, comments = nil)

Public Instance Method Summary

Object block
      Returns the value of attribute block .
Object block=(value)
      Sets the attribute block .
Object comments
      Returns the value of attribute comments .
Object comments=(value)
      Sets the attribute comments .
Object tokens
      Returns the value of attribute tokens .
Object tokens=(value)
      Sets the attribute tokens .

Public Instance Method Details

block

public Object block

Returns the value of attribute block


block=

public Object block=(value)

Sets the attribute block

Parameters:
value - the value to set the attribute block to.

comments

public Object comments

Returns the value of attribute comments


comments=

public Object comments=(value)

Sets the attribute comments

Parameters:
value - the value to set the attribute comments to.

tokens

public Object tokens

Returns the value of attribute tokens


tokens=

public Object tokens=(value)

Sets the attribute tokens

Parameters:
value - the value to set the attribute tokens to.