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

Represents a singleton method definition, e.g.:

  def recv.mid
    defn
  end

Methods

defn   members   mid   recv  

Public Class methods

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

Public Instance methods

the body of the method definition

the method id

an expression representing the left hand side of the assignment

[Validate]