Package | Description |
---|---|
cfg |
Modifier and Type | Class and Description |
---|---|
class |
ErrParamInst
A class representing a three-address code error parameter instruction
(ErrParamInst).
|
class |
RefParamInst
A class representing a three-address code reference parameter instruction
(RefParamInst).
|
class |
StdParamInst
A class representing a three-address code parameter instruction
(StdParamInst).
|
Modifier and Type | Method and Description |
---|---|
ReturnType |
TACInstClassVisitorSkeleton.visitInst(ParamInst inst,
ArgumentType o) |
ReturnType |
TACInstVisitor.visitInst(ParamInst inst,
ArgumentType o) |
ReturnType |
TACInstVisitorSkeleton.visitInst(ParamInst inst,
ArgumentType o) |
protected ReturnType |
TACInstClassVisitorSkeleton.visitParamInst(ParamInst inst,
ArgumentType o) |