Class Node::CASE
In: ext/nodeinfo.c
Parent: Node

Represents the value portion of a case/end block, e.g.:

  case head
  body
  end
  next

Methods

body   head   members   next  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the body of the loop

the body of the block to evaluate

the second expression in the block of code

[Validate]