| Modifier and Type | Method and Description |
|---|---|
static UnaryValueExpression |
Shorthand.neg(ValueExpression operand) |
static UnaryValueExpression |
Shorthand.not(ValueExpression operand) |
| Modifier and Type | Class and Description |
|---|---|
class |
Neg
A
UnaryValueExpression that implements integer negation. |
| Modifier and Type | Class and Description |
|---|---|
class |
Not
A
UnaryValueExpression that implements the bitwise NOT operator. |
| Modifier and Type | Class and Description |
|---|---|
class |
Len
A
UnaryValueExpression that represents the sizes (in bytes) of all
OptionalValues returned by evaluating its operand. |
class |
Offset
A
ValueExpression that represents the offset of the
OptionalValues returned by evaluating its operand. |
Copyright © 2017. All rights reserved.