Class DefaultPcodeExecutorState<T>

java.lang.Object
ghidra.pcode.exec.AbstractPcodeExecutorState<T,T>
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 AbstractPcodeExecutorState<T,T>
A p-code executor state formed from a piece whose address and value types are the same