Package | Description |
---|---|
cfg |
Modifier and Type | Class and Description |
---|---|
class |
UnaryNegInst
A class representing a three-address code unary integer negation instruction
(UnaryNegInst).
|
class |
UnaryNotInst
A class representing a three-address code unary boolean not (complement)
instruction
(UnaryNotInst).
|
Modifier and Type | Method and Description |
---|---|
protected ReturnType |
TACInstClassVisitorSkeleton.visitUnaryInst(UnaryInst inst,
ArgumentType o) |