Class YARD::CodeObjectHandler

Object
  |
  +--YARD::CodeObjectHandler

Attributes

parser [R]
statement [R]

Constructor Summary

initialize(source_parser, stmt)

Public Class Method Summary

Object handles(token)
Object handles?(tokens)
Object inherited(subclass)
Object subclasses

Public Instance Method Summary

Object parser
      Returns the value of attribute parser .
Object parser=(value)
      Sets the attribute parser .
Object process
Object statement
      Returns the value of attribute statement .
Object statement=(value)
      Sets the attribute statement .

Public Class Method Details

handles

public Object handles(token)


handles?

public Object handles?(tokens)


inherited

public Object inherited(subclass)


subclasses

public Object subclasses


Public Instance Method Details

parser

public Object parser

Returns the value of attribute parser


parser=

public Object parser=(value)

Sets the attribute parser

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

process

public Object process


statement

public Object statement

Returns the value of attribute statement


statement=

public Object statement=(value)

Sets the attribute statement

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