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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDecode 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:HighVariableRetrieve any underlying HighSymbol- Specified by:
getSymbolin classHighVariable- Returns:
- the HighSymbol
-
getPCAddress
- Returns:
- instruction address the variable comes into scope within the function
-
decode
Description copied from class:HighVariableDecode this HighVariable from a<high>element in the stream- Specified by:
decodein classHighVariable- Parameters:
decoder- is the stream decoder- Throws:
DecoderException- for invalid encodings
-