@Deprecated public final class Immediate extends Operand
Constructor and Description |
---|
Immediate(long value,
boolean isUnsigned)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte |
byteValue()
Deprecated.
|
static Immediate |
imm(long value)
Deprecated.
|
int |
intValue()
Deprecated.
|
boolean |
isUnsigned()
Deprecated.
Return true if immediate is unsigned value.
|
long |
longValue()
Deprecated.
|
short |
shortValue()
Deprecated.
|
static Immediate |
uimm(long value)
Deprecated.
|
long |
value()
Deprecated.
|
public long value()
public final byte byteValue()
public final short shortValue()
public final int intValue()
public final long longValue()
public final boolean isUnsigned()
public static final Immediate imm(long value)
public static final Immediate uimm(long value)
Copyright © 2017. All rights reserved.