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
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