Class MixinRemapper

java.lang.Object
org.cadixdev.mercury.mixin.MixinRemapper
All Implemented Interfaces:
org.cadixdev.mercury.SourceProcessor, org.cadixdev.mercury.SourceRewriter

public final class MixinRemapper extends Object implements org.cadixdev.mercury.SourceRewriter
  • Field Summary

    Fields inherited from interface org.cadixdev.mercury.SourceProcessor

    FLAG_RESOLVE_BINDINGS
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.cadixdev.mercury.SourceRewriter
    create(org.cadixdev.lorenz.MappingSet mappings)
     
    int
     
    void
    rewrite(org.cadixdev.mercury.RewriteContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.cadixdev.mercury.SourceProcessor

    finish, initialize

    Methods inherited from interface org.cadixdev.mercury.SourceRewriter

    process
  • Method Details

    • create

      public static org.cadixdev.mercury.SourceRewriter create(org.cadixdev.lorenz.MappingSet mappings)
    • getFlags

      public int getFlags()
      Specified by:
      getFlags in interface org.cadixdev.mercury.SourceProcessor
    • rewrite

      public void rewrite(org.cadixdev.mercury.RewriteContext context)
      Specified by:
      rewrite in interface org.cadixdev.mercury.SourceRewriter