Package ghidra.program.model.pcode
Class HighLocal
java.lang.Object
ghidra.program.model.pcode.HighVariable
ghidra.program.model.pcode.HighLocal
- Direct Known Subclasses:
HighParam
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Decode this HighVariable from a<high>
element in the streamRetrieve any underlying HighSymbolMethods inherited from class ghidra.program.model.pcode.HighVariable
attachInstances, decodeInstances, getDataType, getHighFunction, getInstances, getName, getOffset, getRepresentative, getSize, requiresDynamicStorage, setHighOnInstances
-
Constructor Details
-
HighLocal
Constructor for use with restoreXml- Parameters:
high
- is the HighFunction containing this local variable
-
HighLocal
-
-
Method Details
-
getSymbol
Description copied from class:HighVariable
Retrieve any underlying HighSymbol- Specified by:
getSymbol
in classHighVariable
- Returns:
- the HighSymbol
-
getPCAddress
- Returns:
- instruction address the variable comes into scope within the function
-
decode
Description copied from class:HighVariable
Decode this HighVariable from a<high>
element in the stream- Specified by:
decode
in classHighVariable
- Parameters:
decoder
- is the stream decoder- Throws:
DecoderException
- for invalid encodings
-