PairedPcodeExecutorStatePiece

Package: ghidra.pcode.exec
Type: class

12.0_PUBLIC

addedmethod: fork
ghidra.pcode.exec.PairedPcodeExecutorStatePiece<A,L,R> fork(ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod: getVar
org.apache.commons.lang3.tuple.Pair<L,R> getVar(ghidra.program.model.address.AddressSpace space, long offset, int size, boolean quantize, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod: getVarInternal
org.apache.commons.lang3.tuple.Pair<L,R> getVarInternal(ghidra.program.model.address.AddressSpace space, A offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod: getVarInternal
org.apache.commons.lang3.tuple.Pair<L,R> getVarInternal(ghidra.program.model.address.AddressSpace space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod: streamPieces
java.util.stream.Stream<ghidra.pcode.exec.PcodeExecutorStatePiece<?,?>> streamPieces()
removedmethod: fork
ghidra.pcode.exec.PairedPcodeExecutorStatePiece<A,L,R> fork()

11.0_PUBLIC

introducedInitial version