Class AssemblyTreeResolver

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AssemblyTreeResolver

public class AssemblyTreeResolver 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: