public class

ProcessorInformation

extends Object
implements IProcessorInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.ProcessorInformation

Class Overview

Basic implementation.

Summary

Public Constructors
ProcessorInformation(ByteOrder byteOrder)
Public Methods
ByteOrder getByteOrder()
Get the processor byte order.
void setByteOrder(ByteOrder byteOrder)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.processor.IProcessorInformation

Public Constructors

public ProcessorInformation (ByteOrder byteOrder)

Public Methods

public ByteOrder getByteOrder ()

Get the processor byte order.

public void setByteOrder (ByteOrder byteOrder)