com.tapina.robe.runtime.instruction
Class Operand

java.lang.Object
  extended bycom.tapina.robe.runtime.instruction.Operand
Direct Known Subclasses:
ImmediateOperand, Negative, RegisterOperand

public abstract class Operand
extends java.lang.Object

Created by IntelliJ IDEA. User: gareth Date: Aug 23, 2003 Time: 10:54:07 PM


Constructor Summary
Operand()
           
 
Method Summary
 void dumpJavaSource(java.lang.String varName, java.io.Writer out)
           
abstract  int getValue(CPU cpu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operand

public Operand()
Method Detail

getValue

public abstract int getValue(CPU cpu)

dumpJavaSource

public void dumpJavaSource(java.lang.String varName,
                           java.io.Writer out)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2005 . All Rights Reserved.