code.lang
Class SystemModule.normalizeInstruction

java.lang.Object
  extended by code.lang.SystemModule.normalizeInstruction
All Implemented Interfaces:
Instruction
Enclosing class:
SystemModule

private static class SystemModule.normalizeInstruction
extends java.lang.Object
implements Instruction


Nested Class Summary
private  class SystemModule.normalizeInstruction.FoundFailure
           
private  class SystemModule.normalizeInstruction.FoundOperation
           
 
Constructor Summary
private SystemModule.normalizeInstruction()
           
 
Method Summary
 void execute(Computation computation)
          This method executes whatever is intended by the Instruction.
private  void findOperationRooted(Term term)
           
 java.lang.String printAsTxtLoadable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemModule.normalizeInstruction

private SystemModule.normalizeInstruction()
Method Detail

execute

public void execute(Computation computation)
Description copied from interface: Instruction
This method executes whatever is intended by the Instruction.

Specified by:
execute in interface Instruction
Parameters:
computation - The instruction is executed in the context of this Computation.

findOperationRooted

private void findOperationRooted(Term term)
                          throws SystemModule.normalizeInstruction.FoundOperation,
                                 SystemModule.normalizeInstruction.FoundFailure
Throws:
SystemModule.normalizeInstruction.FoundOperation
SystemModule.normalizeInstruction.FoundFailure

printAsTxtLoadable

public java.lang.String printAsTxtLoadable()
Specified by:
printAsTxtLoadable in interface Instruction