# Interface: com.pnfsoftware.jeb.core.units.code.asm.analyzer.IRegistersResolution

Registers resolution data attached to an "augmented" instruction.

## Method: getAll
- parameter: `postExec`, type: `boolean`
- return type: `java.util.Map<java.lang.Long,java.util.List<java.lang.Long>>`

Description: Retrieve the list of candidate values held by this object.
parameter: postExec: true to retrieve post\-execution values
return: candidate register values

## Method: isEmpty
- return type: `boolean`

Description: Determine if this object contains any candidate register values.
return: true if no candidate values are recorded

