org.jruby.runtime
Class FrameStack

java.lang.Object
  extended byorg.jruby.internal.util.collections.Stack
      extended byorg.jruby.runtime.FrameStack
All Implemented Interfaces:
IStack

public class FrameStack
extends Stack

Version:
$Revision: 1.6 $
Author:
jpetersen

Field Summary
 
Fields inherited from class org.jruby.internal.util.collections.Stack
list
 
Constructor Summary
FrameStack(ThreadContext threadContext)
           
 
Method Summary
 Frame getPrevious()
           
 java.lang.Object pop()
           
 void push()
           
 void pushCopy()
           
 
Methods inherited from class org.jruby.internal.util.collections.Stack
equals, hashCode, isEmpty, iterator, peek, previous, push, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameStack

public FrameStack(ThreadContext threadContext)
Method Detail

getPrevious

public Frame getPrevious()

push

public void push()

pushCopy

public void pushCopy()

pop

public java.lang.Object pop()
Specified by:
pop in interface IStack
Overrides:
pop in class Stack
See Also:
Stack.pop()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.