VariableStorage

Package: ghidra.program.model.listing
Type: class

10.3_PUBLIC

addedmethod: clone
ghidra.program.model.listing.VariableStorage clone(ghidra.program.model.lang.ProgramArchitecture newProgramArch) throws InvalidInputException
addedmethod: deserialize
static ghidra.program.model.listing.VariableStorage deserialize(ghidra.program.model.lang.ProgramArchitecture programArch, java.lang.String serialization) throws InvalidInputException
addedmethod: getProgramArchitecture
ghidra.program.model.lang.ProgramArchitecture getProgramArchitecture()
addedfield: programArch
ghidra.program.model.lang.ProgramArchitecture programArch
removedmethod: clone
ghidra.program.model.listing.VariableStorage clone(ghidra.program.model.listing.Program newProgram) throws InvalidInputException
removedmethod: deserialize
static ghidra.program.model.listing.VariableStorage deserialize(ghidra.program.model.listing.Program program, java.lang.String serialization) throws InvalidInputException
removedmethod: getProgram
ghidra.program.model.listing.Program getProgram()
removedfield: program
ghidra.program.model.listing.Program program

9.0.2_PUBLIC

addedfield: program
ghidra.program.model.listing.Program program
addedfield: varnodes
ghidra.program.model.pcode.Varnode[] varnodes

9.0.1_PUBLIC

introducedInitial version