Class DefaultAssemblyResolvedBackfill

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AbstractAssemblyResolution
ghidra.app.plugin.assembler.sleigh.sem.DefaultAssemblyResolvedBackfill
All Implemented Interfaces:
AssemblyResolution, AssemblyResolvedBackfill, Comparable<AssemblyResolution>

public class DefaultAssemblyResolvedBackfill extends AbstractAssemblyResolution implements AssemblyResolvedBackfill
A AssemblyResolution indicating the need to solve an expression in the future

Such records are collected within a AssemblyResolvedPatterns and then solved just before the final result(s) are assembled. This is typically required by instructions that refer to the inst_next symbol.

NOTE: These are used internally. The user ought never to see these from the assembly API.