Interface IRFactory<T extends IMethod>

    • Method Detail

      • makeIR

        IR makeIR​(T method,
                  Context c,
                  SSAOptions options)
        Build an SSA IR for a method in a particular context
      • contextIsIrrelevant

        boolean contextIsIrrelevant​(T method)
        Does this factory always return the same IR for a method, regardless of context?