All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.operatingSystem.TestIns

java.lang.Object
   |
   +----duckMachine.operatingSystem.TestIns

public class TestIns
extends Object
A simple program to test the definition of instructions and their visit.


Constructor Index

 o TestIns()

Method Index

 o main(String[])
The program creates every possible machine instruction and tests if it responds properly to visitors by passing it a visitor that prints every instruction it encounters.

Constructors

 o TestIns
 public TestIns()

Methods

 o main
 public static void main(String args[])
The program creates every possible machine instruction and tests if it responds properly to visitors by passing it a visitor that prints every instruction it encounters. No exceptions should occur.


All Packages  Class Hierarchy  This Package  Previous  Next  Index