|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryInst | |
---|---|
cfg |
Uses of BinaryInst in cfg |
---|
Subclasses of BinaryInst in cfg | |
---|---|
class |
BinaryAddInst
A class representing a three-address code binary integer addition instruction (BinaryAddInst). |
class |
BinaryAndInst
A class representing a three-address code binary boolean AND instruction (BinaryAndInst). |
class |
BinaryDivInst
A class representing a three-address code binary integer division instruction (BinaryDivInst). |
class |
BinaryModInst
A class representing a three-address code binary integer modulus instruction (BinaryModInst). |
class |
BinaryMulInst
A class representing a three-address code binary integer multiplication instruction (BinaryMulInst). |
class |
BinaryOrInst
A class representing a three-address code binary boolean OR instruction (BinaryOrInst). |
class |
BinarySubInst
A class representing a three-address code binary integer subtraction instruction (BinarySubInst). |
Methods in cfg with parameters of type BinaryInst | |
---|---|
protected ReturnType |
TACInstClassVisitorSkeleton.visitBinaryInst(BinaryInst inst,
ArgumentType o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |