|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSpace | |
---|---|
gcspy.interpreter.server | This package provides classes for the GCspy server, specifically server-side implementations of an interpreter and spaces. |
gcspy.tools | This package provides classes for GCspy tools for saving and replaying traces. |
Uses of ServerSpace in gcspy.interpreter.server |
---|
Methods in gcspy.interpreter.server that return ServerSpace | |
---|---|
ServerSpace |
ServerInterpreter.getServerSpace(int i)
Get a server space |
Methods in gcspy.interpreter.server with parameters of type ServerSpace | |
---|---|
int |
ServerInterpreter.addServerSpace(ServerSpace space)
Add a server space to the interpreter |
Uses of ServerSpace in gcspy.tools |
---|
Methods in gcspy.tools with parameters of type ServerSpace | |
---|---|
protected void |
TerminalPlayTrace.space(ServerSpace space)
|
protected void |
FileTrace.space(ServerSpace space)
Handle a space |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |