com.tapina.robe.runtime
Class InterpretedCodeBlock
java.lang.Object
com.tapina.robe.runtime.Block
com.tapina.robe.runtime.CodeBlock
com.tapina.robe.runtime.InterpretedCodeBlock
- All Implemented Interfaces:
- Executable
- public final class InterpretedCodeBlock
- extends CodeBlock
Created by IntelliJ IDEA.
User: gareth
Date: Aug 21, 2003
Time: 7:59:53 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpretedCodeBlock
public InterpretedCodeBlock(int address)
appendInstruction
public final void appendInstruction(Instruction instruction)
getInstruction
public final Instruction getInstruction(int index)
execute
public final void execute(Environment environment)
throws DecoderException
- Throws:
DecoderException
dumpJavaSource
public void dumpJavaSource()
dumpJavaSource
public void dumpJavaSource(java.io.Writer out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2003-2005 . All Rights Reserved.