com.tapina.robe.runtime.instruction
Class Negative

java.lang.Object
  extended bycom.tapina.robe.runtime.instruction.Operand
      extended bycom.tapina.robe.runtime.instruction.Negative

public final class Negative
extends Operand

Created by IntelliJ IDEA. User: gareth Date: Sep 2, 2003 Time: 4:46:03 PM


Constructor Summary
Negative(Operand operand)
           
 
Method Summary
 java.lang.String getJavaExpression()
           
 int getValue(CPU cpu)
           
 
Methods inherited from class com.tapina.robe.runtime.instruction.Operand
dumpJavaSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Negative

public Negative(Operand operand)
Method Detail

getValue

public final int getValue(CPU cpu)
Specified by:
getValue in class Operand

getJavaExpression

public java.lang.String getJavaExpression()


Copyright © 2003-2005 . All Rights Reserved.