Package ghidra.program.model.lang
Class ParameterPieces
java.lang.Object
ghidra.program.model.lang.ParameterPieces
Basic elements of a parameter: address, data-type, properties
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetVariableStorage
(Program program) void
Swap data-type markup between this and another parameter Swap any data-type and flags, but leave the storage address intact.
-
Field Details
-
address
-
type
-
joinPieces
-
isThisPointer
public boolean isThisPointer -
isIndirect
public boolean isIndirect
-
-
Constructor Details
-
ParameterPieces
public ParameterPieces()
-
-
Method Details
-
swapMarkup
Swap data-type markup between this and another parameter Swap any data-type and flags, but leave the storage address intact. This assumes the two parameters are the same size.- Parameters:
op
- is the other parameter to swap with this.
-
getVariableStorage
-