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

Represents part of a sed-like flip-flop expression of the form:

  if beg..end then
    body
  end

Methods

beg   cnt   end   members  

Public Class methods

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

Public Instance methods

the beginning of the range

the index into the local variable table where the match data is stored

the end of the range

[Validate]