Class AssemblyTreeResolver


  • public class AssemblyTreeResolver
    extends java.lang.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:
    SleighAssemblerBuilder