All Classes
-
All Classes Interface Summary Class Summary Class Description Instruction Interface for all kind of decodable instructions.InstructionFactory Interface for instruction creation.InstructionIndex Loads and searches a persistent index for mapping opcode bytes to Instruction instances.InstructionIndex.LookupResult Index lookup result.InstructionIndexBuilder Helper class used to create an InstructionIndex resource file.InstructionIndexParameters Query interface providing index meta informations.InstructionOpcode Immutable byte sequence representing an opcode.InstructionReference<T extends InstructionReferenceEntry> Helper class used to create and update a instruction reference file suitable for InstructionIndex generation.InstructionReferenceEntry Helper class representing a single entry/line in an instruction reference file.MachineCodeDecoder Base class for all kinds of machine code decoders.MCDBuffer Buffer interface providing commit & discard support.MCDInputBuffer Buffered byte channel access during decoding.MCDOutput Output interface for decoded machine code.MCDOutputBuffer A buffered MCDOutput implementation.MCDPrintBuffer Utility class used for queuing MCDOutput commands.PlainMCDOutput MCDOutput implementation which emits the decoded to data to a PrintWriter or PrintStream.