Class YARD::Parser::Ruby::Legacy::StatementList
In: lib/yard/parser/ruby/legacy/statement_list.rb
Parent: Array

Methods

enumerator   new  

Included Modules

RubyToken

Constants

OPEN_BLOCK_TOKENS = [TkCLASS, TkDEF, TkMODULE, TkUNTIL, TkIF, TkUNLESS, TkWHILE, TkFOR, TkCASE]   The following list of tokens will require a block to be opened if used at the beginning of a statement.

Public Class methods

Creates a new statement list

@param [TokenList, String] content the tokens to create the list from

Public Instance methods

[Validate]