microOpGen
Class Jx

java.lang.Object
  extended bymicroOpGen.Istruzione
      extended bymicroOpGen.Jx
Direct Known Subclasses:
JC, JI, JN, JP, JV, JZ

public abstract class Jx
extends Istruzione

classa astratta per la gestione delle classi di istruzione Jx


Field Summary
 
Fields inherited from class microOpGen.Istruzione
BYTE
 
Constructor Summary
protected Jx(java.lang.Object oper, java.lang.Object dst)
           
 
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

Jx

protected Jx(java.lang.Object oper,
             java.lang.Object dst)