Uses of Class
autohit.vm.VMCore

Packages that use VMCore
autohit.call   
autohit.call.modules   
autohit.vm   
autohit.vm.process   
 

Uses of VMCore in autohit.call
 

Fields in autohit.call declared as VMCore
 VMCore Call.vmc
          Core
 

Methods in autohit.call with parameters of type VMCore
 void Call.load(VMCore core, SystemContext sctx, AutohitLogInjectorWrapper logger)
          This will be called to set references to the environment and usable Universe.
 

Uses of VMCore in autohit.call.modules
 

Fields in autohit.call.modules declared as VMCore
protected  VMCore Module.visCore
           
 

Methods in autohit.call.modules with parameters of type VMCore
 void Module.instance(VMCore core, Universe uni, AutohitLogInjectorWrapper logger, SystemContext sctx)
          Instantiate
 

Uses of VMCore in autohit.vm
 

Fields in autohit.vm declared as VMCore
 VMCore VM.core
           
 

Methods in autohit.vm that return VMCore
 VMCore VMLoader.create()
          Create a core.
 VMCore VMCoreFactory.allocate()
          Allocate a new core
 

Methods in autohit.vm with parameters of type VMCore
 Call VMLoader.get(java.lang.String name, VMCore core, AutohitLogInjectorWrapper li)
          Get a call.
 void VM.setParentCore(VMCore pc)
          This will set a parent core.
 

Uses of VMCore in autohit.vm.process
 

Methods in autohit.vm.process with parameters of type VMCore
static void StringProcessors.evalStreams2Core(java.io.InputStream in, java.io.OutputStream out, VMCore core)
          Process String (as a byte stream) to Core (as a byte stream).
static java.lang.String StringProcessors.evalString2Core(java.lang.String s, VMCore core)
          Process String to Core (as a character stream).
static java.lang.String StringProcessors.evalString2CoreOLD(java.lang.String s, VMCore core)
          Process String to Core.
 



Test.