|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.scheinerman.phoenix.library.AbstractModule
net.scheinerman.phoenix.library.StackFunctions
public class StackFunctions
Nested Class Summary | |
---|---|
private class |
StackFunctions.Clear
|
private class |
StackFunctions.Create
|
private class |
StackFunctions.Delete
|
private class |
StackFunctions.Exists
|
private class |
StackFunctions.Peek
|
private class |
StackFunctions.Pop
|
private class |
StackFunctions.Push
|
private class |
StackFunctions.Size
|
(package private) class |
StackFunctions.StackContainer
|
Field Summary | |
---|---|
static java.util.HashMap<java.lang.String,StackFunctions.StackContainer> |
STACKS
|
Fields inherited from class net.scheinerman.phoenix.library.AbstractModule |
---|
functions, run_fat |
Constructor Summary | |
---|---|
StackFunctions()
|
Method Summary | |
---|---|
static void |
checkIfStackDoesNotExist(java.lang.String name)
|
static void |
checkIfStackExists(java.lang.String name)
|
void |
reset()
|
Methods inherited from class net.scheinerman.phoenix.library.AbstractModule |
---|
load, load |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.HashMap<java.lang.String,StackFunctions.StackContainer> STACKS
Constructor Detail |
---|
public StackFunctions()
Method Detail |
---|
public void reset()
reset
in interface Module
reset
in class AbstractModule
public static void checkIfStackExists(java.lang.String name)
public static void checkIfStackDoesNotExist(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |