Class AbstractLongOffsetPcodeExecutorStatePiece.SimpleSpaceMap<S>

java.lang.Object
ghidra.pcode.exec.AbstractLongOffsetPcodeExecutorStatePiece.AbstractSpaceMap<S>
ghidra.pcode.exec.AbstractLongOffsetPcodeExecutorStatePiece.SimpleSpaceMap<S>
Type Parameters:
S - the type of object for each address space
Enclosing class:
AbstractLongOffsetPcodeExecutorStatePiece<A,T,S>

public abstract static class AbstractLongOffsetPcodeExecutorStatePiece.SimpleSpaceMap<S> extends AbstractLongOffsetPcodeExecutorStatePiece.AbstractSpaceMap<S>
Use this when each S contains the complete state for the address space
  • Constructor Details

    • SimpleSpaceMap

      public SimpleSpaceMap()
    • SimpleSpaceMap

      protected SimpleSpaceMap(Map<AddressSpace,S> spaces)
  • Method Details