Uses of Class
dev.zemco.codegame.programs.InstructionDescriptor
Packages that use InstructionDescriptor
Package
Description
Provides instruction execution capabilities to execution.
Components related to programs executable by the application.
-
Uses of InstructionDescriptor in dev.zemco.codegame.execution.engine
Methods in dev.zemco.codegame.execution.engine that return types with arguments of type InstructionDescriptorModifier and TypeMethodDescriptionIExecutionEngine.getNextInstructionDescriptor()Returns a descriptor of the instruction that will be executed next by the engine.ProgramExecutionEngine.getNextInstructionDescriptor()Returns a descriptor of the instruction that will be executed next by the engine. -
Uses of InstructionDescriptor in dev.zemco.codegame.programs
Methods in dev.zemco.codegame.programs that return types with arguments of type InstructionDescriptorModifier and TypeMethodDescriptionProgram.getInstructionDescriptors()Returnsinstruction descriptorsof this program, ordered in a way they should be executed.Constructor parameters in dev.zemco.codegame.programs with type arguments of type InstructionDescriptor