com.tapina.robe.runtime.instruction
Class IndexedAddressSource

java.lang.Object
  extended bycom.tapina.robe.runtime.instruction.IndexedAddressSource
All Implemented Interfaces:
AddressSource
Direct Known Subclasses:
PostIndexedAddressSource, PreIndexedAddressSource

public abstract class IndexedAddressSource
extends java.lang.Object
implements AddressSource

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


Constructor Summary
IndexedAddressSource(int baseRegister, Operand offset)
           
 
Method Summary
abstract  void dumpJavaSource(java.lang.String varName, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tapina.robe.runtime.instruction.AddressSource
getTransferAddress
 

Constructor Detail

IndexedAddressSource

public IndexedAddressSource(int baseRegister,
                            Operand offset)
Method Detail

dumpJavaSource

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


Copyright © 2003-2005 . All Rights Reserved.