[all packages] [package ] [class hierarchy] [index]

public class STJ

(source file: ../Minstruction.java)
java.lang.Object
   |
   +----MmemCell
           |
           +----Minstruction
                   |
                   +----FieldInstruction
                           |
                           +----STJ

The pure class interface.
public class STJ
  extends FieldInstruction
STJ: Store rJ in memory


Methods

O exec(Mix_machine)
O time()
O toString()

Methods

O toString
public String toString();

O exec

public void exec(Mix_machine mix);

O time

public long time();


[all packages] [package ] [class hierarchy] [index]
STJ.html