Package edu.cmu.emulator

Contains the main classes required by the Emulator.

See:
          Description

Interface Summary
EmulatorUserClass Interface that user defined classes need to implement in order to be loaded into the system.
LocationRef  
ScriptListener  
UserClassInterface Interface that user defined classes need to implement in order to be loaded into the system.
 

Class Summary
AddressRef  
CodeSymbol  
ConfigFileParser This is the main class which parses through the XML config file.
ConfigGlobals Holds definitions and eliminates the need for pointer carrying between definition and instantiation.
ConfigValidator  
DataSymbol  
EmuClassLoader The class that loads the user defined classes into the system at run time.
EmuClassRunner  
Emulator Emulator - The main class in charge of running the emulator.
EmulatorApplet  
EmuSynch  
PathInterpreter  
ScriptController  
SimpleUserClass Provides a simple method of implementing EmulatorUserClass.
Symbol  
SymbolLocRef  
UserClassDefParser The parser for parsing the UserClassDef tag in the config file.
 

Exception Summary
BadDataException  
 

Package edu.cmu.emulator Description

Contains the main classes required by the Emulator. Exports interfaces through which user code can access the internal data structures of the Emulator in order to implement customized event handlers.



Copyright © 2013. All Rights Reserved.