Uses of Interface
computer.Code

Uses of Code in computer
 

Classes in computer that implement Code
 class Data
          Represents data cells in the memory of the toy computer.
 class Instruction
          Represents an instruction cell in the memory of the toy computer.
 

Fields in computer with type parameters of type Code
private  apcsGeneric.jbergin.DenseList<Code> Memory.storage
           
 

Methods in computer with parameters of type Code
 void Memory.put(Code code, int cell)
          Insert a cell into the memory at a fixed address