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.
-
TestIns()
-
-
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.
TestIns
public TestIns()
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