avrora.sim.dbbc
Class DBBC.CompiledBlock

java.lang.Object
  extended byavrora.sim.dbbc.DBBC.CompiledBlock
Enclosing class:
DBBC

public static class DBBC.CompiledBlock
extends java.lang.Object


Field Summary
 int beginAddr
           
 int wcet
           
 
Constructor Summary
protected DBBC.CompiledBlock(int a, int wc)
           
 
Method Summary
 void execute(GenInterpreter interp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beginAddr

public final int beginAddr

wcet

public final int wcet
Constructor Detail

DBBC.CompiledBlock

protected DBBC.CompiledBlock(int a,
                             int wc)
Method Detail

execute

public void execute(GenInterpreter interp)