Save This Page
Home » jruby-src-1.1.3 » org.jruby.interpreter.nodes » [javadoc | source]
org.jruby.interpreter.nodes
public class: BlockNode [javadoc | source]
java.lang.Object
   org.jruby.original.NODE
      org.jruby.interpreter.nodes.BlockNode

All Implemented Interfaces:
    node_type, ExpandNode, VALUE, Scope

Fields inherited from org.jruby.original.NODE:
MINUS_ONE,  ONE,  undefined,  nd_file
Constructor:
 public BlockNode(NODE arg1) 
Method from org.jruby.interpreter.nodes.BlockNode Summary:
expand
Methods from org.jruby.original.NODE:
copyNodeScope,   indent,   nd_1st,   nd_2nd,   nd_aid,   nd_aid,   nd_alen,   nd_alen,   nd_args,   nd_args,   nd_beg,   nd_beg,   nd_body,   nd_cflag,   nd_cflag,   nd_cfnc,   nd_clss,   nd_cname,   nd_cnt,   nd_cnt,   nd_cond,   nd_defn,   nd_else,   nd_end,   nd_end,   nd_ensr,   nd_entry,   nd_head,   nd_head,   nd_iter,   nd_iter,   nd_line,   nd_lit,   nd_lit,   nd_mid,   nd_mid,   nd_new,   nd_next,   nd_next,   nd_noex,   nd_noex,   nd_nth,   nd_nth,   nd_old,   nd_opt,   nd_orig,   nd_recv,   nd_rest,   nd_rval,   nd_rval,   nd_set_line,   nd_set_type,   nd_state,   nd_state,   nd_stts,   nd_super,   nd_tbl,   nd_tbl,   nd_tval,   nd_type,   nd_value,   nd_value,   nd_var,   nd_vid,   newAttrSet,   newCallbackMethod,   newFBody,   newIFunc,   newIVar,   newMethod,   newNode,   print,   print,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jruby.interpreter.nodes.BlockNode Detail:
 public NODE expand(RubyObject self)