Class AssemblyResolvedBackfill

  • All Implemented Interfaces:
    java.lang.Comparable<AssemblyResolution>

    public class AssemblyResolvedBackfill
    extends AssemblyResolution
    A AssemblyResolution indicating the need to solve an expression in the future Such records are collected within a AssemblyResolvedConstructor and then solved just before the final result(s) are assembled. This is typically required by instructions that refer to the inst_next symbol.
    • Field Detail

      • res NEW

        protected final java.util.Map<java.lang.Integer,​java.lang.Object> res
      • inslen NEW

        protected final int inslen
      • offset NEW

        protected final int offset

Method Detail

  • lineToString NEW

    protected java.lang.String lineToString()
    Description copied from class: AssemblyResolution
    Display the resolution result in one line (omitting child details)
    Specified by:
    lineToString in class AssemblyResolution
    Returns:
    the display description