microOpGen
Class Interruzione

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.Interruzione
Direct Known Subclasses:
Clear, ClrI, ClrIm, INT, RTI, SetI, SetIm, Start

public abstract class Interruzione
extends Istruzione

Classe astratta per la gestione delle classi di istruzione che trattano le interruzioni


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected Interruzione(java.lang.Object oper, java.lang.Object dest)
           
 
Methods inherited from class microOpGen.Istruzione
assegnaByte, genera, getByte, getDst, getOper, getSrc, riconosciDst, riconosciSrc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interruzione

protected Interruzione(java.lang.Object oper,
                       java.lang.Object dest)