Package | Description |
---|---|
cfg |
Modifier and Type | Class and Description |
---|---|
class |
LoadAddrInst
A class representing a three-address code load address instruction
(LoadAddrInst).
|
class |
LoadConstInst
A class representing a three-address code load constant instruction
(LoadConstInst).
|
class |
LoadEntryInst
A class representing a three-address code load entry instruction
(LoadEntryInst), which loads an entry from an indexable variable
or string constant.
|
class |
LoadVarInst
A class representing a three-address code load variable (move) instruction
(LoadVarInst).
|
Modifier and Type | Method and Description |
---|---|
protected ReturnType |
TACInstClassVisitorSkeleton.visitLoadInst(LoadInst inst,
ArgumentType o) |