|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jruby.runtime.Block
| Method Summary | |
Arity |
arity()
|
IRubyObject |
call(IRubyObject[] args)
|
IRubyObject |
call(IRubyObject[] args,
IRubyObject replacementSelf)
|
Block |
cloneBlock()
|
static Block |
createBlock(INode var,
ICallable method,
IRubyObject self)
|
DynamicVariableSet |
getDynamicVariables()
Gets the dynamicVariables. |
Frame |
getFrame()
Gets the frame. |
Iter |
getIter()
Gets the iter. |
RubyModule |
getKlass()
Gets the klass. |
ICallable |
getMethod()
Gets the method. |
StackElement |
getNext()
|
Scope |
getScope()
Gets the scope. |
IRubyObject |
getSelf()
Gets the self. |
INode |
getVar()
Gets the var. |
Visibility |
getVisibility()
|
void |
setIter(Iter iter)
Sets the iter. |
void |
setNext(StackElement newNext)
|
void |
setVisibility(Visibility visibility)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Block createBlock(INode var,
ICallable method,
IRubyObject self)
public IRubyObject call(IRubyObject[] args)
public IRubyObject call(IRubyObject[] args,
IRubyObject replacementSelf)
public Block cloneBlock()
public Arity arity()
public Visibility getVisibility()
public void setVisibility(Visibility visibility)
public StackElement getNext()
getNext in interface StackElementStackElement.getNext()public void setNext(StackElement newNext)
setNext in interface StackElementStackElement.setNext(StackElement)public DynamicVariableSet getDynamicVariables()
public Frame getFrame()
public Iter getIter()
public void setIter(Iter iter)
iter - The iter to setpublic RubyModule getKlass()
public ICallable getMethod()
public Scope getScope()
public IRubyObject getSelf()
public INode getVar()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||