jmce - 1_02

jmce.sim.cpu
Class PrefixOpcode

java.lang.Object
  extended by jmce.sim.cpu.AbstractOpcode
      extended by jmce.sim.cpu.PrefixOpcode
All Implemented Interfaces:
Opcode

public abstract class PrefixOpcode
extends AbstractOpcode


Field Summary
 
Fields inherited from class jmce.sim.cpu.AbstractOpcode
desc, length, multiOpcode, opcode, opcodes, prefixOpcode, runtimeOpcode, times
 
Constructor Summary
PrefixOpcode(int opcode, int length, int times, java.lang.String desc)
           
 
Method Summary
 
Methods inherited from class jmce.sim.cpu.AbstractOpcode
clearCounter, getCounter, getDescription, getLength, getMaxLength, getOpcode, getOpcode, getOpcodeCount, getTimes, incCounter, isMultiOpcode, setDescription, setOpcode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jmce.sim.Opcode
exec
 

Constructor Detail

PrefixOpcode

public PrefixOpcode(int opcode,
                    int length,
                    int times,
                    java.lang.String desc)

jmce - 1_02