Package gcspy.interpreter

This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions.

See:
          Description

Interface Summary
DataAccessor This interface represents a stream and provides methods to interrogate the stream's contents.
InputGenerator Interface that generates input for interpreter deserialisation
OutputGenerator Interface that generates output for interpreter deserialisation
 

Class Summary
EventFilters Class containing the event filter settings
Events List of the events for a given interpreter
Interpreter Facilities shared by the client and server interpreters
Space Represents a space
Stream Represents a stream
 

Exception Summary
InterpreterException Interpreter Exception
 

Package gcspy.interpreter Description

This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions.