Axiom.Runtime.Instructions.ProcedureInstruction.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( AbstractMachineState state ) : void
state AbstractMachineState
리턴 void
        public override void Execute(AbstractMachineState state)
        {
            ((AMProgram)state.Program).Next();
        }