|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaStack
An object of the JavaStack interface represents a thread stack.
| Method Summary | |
|---|---|
boolean |
isEmpty()
Tests if this stack is empty. |
JStackFrame |
peekFrame()
Returns the current frame corresponding to the frame at the top of this stack. |
void |
popFrame()
Pops the current frame corresponding to the frame at the top of this stack. |
void |
pushFrame(JClassMethod method)
Pushes a new frame which will be used for the execution of the specified method. |
| Methods inherited from interface fr.umlv.corosol.component.JAllocatable |
|---|
getPosition, getSize, setPosition |
| Method Detail |
|---|
void pushFrame(JClassMethod method)
method - a methodvoid popFrame()
java.lang.EmptyStackException - if java stack is emptyJStackFrame peekFrame()
java.lang.EmptyStackException - if java stack is emptyboolean isEmpty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||