Interface TraceEmulationIntegration.PieceHandler<A,T>

Type Parameters:
A - the address domain of pieces this can handle
T - the value domain of pieces this can handle
All Known Implementing Classes:
TaintPieceHandler, TraceEmulationIntegration.AbstractPropertyBasedPieceHandler, TraceEmulationIntegration.AbstractSimplePropertyBasedPieceHandler, TraceEmulationIntegration.BytesPieceHandler, TraceEmulationIntegration.ImmediateBytesPieceHandler
Enclosing class:
TraceEmulationIntegration

public static interface TraceEmulationIntegration.PieceHandler<A,T>
The handler for a specific piece within an emulator's (or executor's) state.
See Also: