com.tapina.robe.runtime
Class CodeBlock

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.CodeBlock
All Implemented Interfaces:
Executable
Direct Known Subclasses:
InterpretedCodeBlock, Stub

public abstract class CodeBlock
extends Block
implements Executable

Created by IntelliJ IDEA. User: gareth Date: Aug 21, 2003 Time: 7:59:38 AM


Constructor Summary
protected CodeBlock(int address)
           
 
Method Summary
 boolean isExtendable()
           
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
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.Executable
execute
 

Constructor Detail

CodeBlock

protected CodeBlock(int address)
Method Detail

isExtendable

public final boolean isExtendable()


Copyright © 2003-2005 . All Rights Reserved.