Class AbstractAssemblyTreeResolver<RP extends AssemblyResolvedPatterns>

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AbstractAssemblyTreeResolver<RP>
Direct Known Subclasses:
AssemblyTreeResolver

public abstract class AbstractAssemblyTreeResolver<RP extends AssemblyResolvedPatterns> extends Object
The workhorse of semantic resolution for the assembler

This class takes a parse tree and some additional information (start address, context, etc.) and attempts to determine possible encodings using the semantics associated with each branch of the given parse tree. Details of this process are described in SleighAssemblerBuilder.

See Also: