All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.architecture.Word

java.lang.Object
   |
   +----duckMachine.architecture.Word

public class Word
extends Object
The class of all machine words (data, instructions, and addresses). Every machine word must have an integer representation to be used in arithmetic and address calculations.


Constructor Index

 o Word(int)

Method Index

 o toInt()
 o toString()

Constructors

 o Word
 protected Word(int integerRep)

Methods

 o toInt
 public int toInt()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index