Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
An operand build that supports an optional value as well as a memory area.
Summary
Fields |
protected
int |
flags |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IOperandBuilder
|
Constants
public
static
final
int
NO_FLAG
Constant Value:
0
(0x00000000)
public
static
final
int
OPTIONAL
Constant Value:
268435456
(0x10000000)
public
static
final
int
OPTIONAL_DEFAULT_VALUE
Constant Value:
0
(0x00000000)
public
static
final
int
OPTIONAL_MASK
Constant Value:
0
(0x00000000)
Fields
Public Constructors
public
AbstractOperandBuilder
(IEncodedMemoryArea memoryArea, int flags, int defaultValue, int defaultValueMask)
Public Methods
public
boolean
isOptional
(long value)
Protected Methods
protected
int
decodeMemoryArea
(byte[] code)