Class ProgramExecutionEngine

java.lang.Object
dev.zemco.codegame.execution.engine.ProgramExecutionEngine
All Implemented Interfaces:
IExecutionEngine

public class ProgramExecutionEngine extends Object implements IExecutionEngine
Implementation of the execution engine that executes a program. The program is executed sequentially from the first instruction.

This implementation manages its own execution context that is retrievable using the getExecutionContext() method.

Author:
Erik Zemčík