org.jruby.runtime
Class BlockStack

java.lang.Object
  extended byorg.jruby.util.collections.AbstractStack
      extended byorg.jruby.runtime.BlockStack

public class BlockStack
extends AbstractStack

Version:
$Revision: 1.1 $
Author:
jpetersen

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

BlockStack

public BlockStack()
Method Detail

push

public void push(INode varNode,
                 ICallable method,
                 IRubyObject self)

getCurrent

public Block getCurrent()

setCurrent

public void setCurrent(Block block)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.