Uses of Package
edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler

Packages that use edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler
edu.princeton.repeatedgames.rgsolve Contains the core classes of the rgsolve package, including the solver class RGSolve, the solver settings AlgoParameters, and data structures like RGSolution for storing game solutions and algorithm information. 
edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler A subpackage used in dynamically defining, compiling and loading games from user-written source code from within the rgsolve GUI. 
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler used by edu.princeton.repeatedgames.rgsolve
GameCodeData
          A class that defines the bare-bones of a Game extension via the source code that it would involve.
 

Classes in edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler used by edu.princeton.repeatedgames.rgsolve.utilities.gamecompiler
GameCodeData
          A class that defines the bare-bones of a Game extension via the source code that it would involve.
GameWriter.TextArea
           
MemoryByteCode
           
SpecialClassLoader
           
TempGameHolder
          An abstract class defining a temporary game held in memory.