Class DefaultPcodeExecutorState<T>

java.lang.Object
ghidra.pcode.exec.DefaultPcodeExecutorState<T>
Type Parameters:
T - the type of values and addresses in the state
All Implemented Interfaces:
PcodeExecutorState<T>, PcodeExecutorStatePiece<T,T>
Direct Known Subclasses:
BytesPcodeExecutorState, JitDefaultBytesPcodeExecutorState

public class DefaultPcodeExecutorState<T> extends Object implements PcodeExecutorState<T>
A p-code executor state formed from a piece whose address and value types are the same