|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.collections.AbstractStack
org.jruby.runtime.BlockStack
Field Summary |
Fields inherited from class org.jruby.util.collections.AbstractStack |
top |
Constructor Summary | |
BlockStack()
|
Method Summary | |
Block |
getCurrent()
|
void |
push(INode varNode,
ICallable method,
IRubyObject self)
|
void |
setCurrent(Block block)
|
Methods inherited from class org.jruby.util.collections.AbstractStack |
getTop, isEmpty, pop, push |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockStack()
Method Detail |
public void push(INode varNode, ICallable method, IRubyObject self)
public Block getCurrent()
public void setCurrent(Block block)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |