|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.internal.util.collections.Stack
org.jruby.runtime.FrameStack
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 |
public FrameStack(ThreadContext threadContext)
Method Detail |
public Frame getPrevious()
public void push()
public void pushCopy()
public java.lang.Object pop()
pop
in interface IStack
pop
in class Stack
Stack.pop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |