Uses of Interface
dev.zemco.codegame.execution.engine.IExecutionEngine
Packages that use IExecutionEngine
Package
Description
Provides execution capabilities to the application.
Provides instruction execution capabilities to execution.
-
Uses of IExecutionEngine in dev.zemco.codegame.execution
Methods in dev.zemco.codegame.execution that return IExecutionEngineModifier and TypeMethodDescriptionIExecutionContext.getExecutionEngine()Returns the execution engine of the execution.ImmutableExecutionContext.getExecutionEngine()Constructors in dev.zemco.codegame.execution with parameters of type IExecutionEngineModifierConstructorDescriptionImmutableExecutionContext(IExecutionEngine engine, IMemory memory, IInputSource inputSource, IOutputSink outputSink) Creates an instance ofImmutableExecutionContext, which holds the provided components. -
Uses of IExecutionEngine in dev.zemco.codegame.execution.engine
Classes in dev.zemco.codegame.execution.engine that implement IExecutionEngineModifier and TypeClassDescriptionclassImplementation of theexecution enginethat executes aprogram.