Class LocalRefClassGenerator

java.lang.Object
com.llamalad7.mixinextras.sugar.impl.ref.LocalRefClassGenerator

public class LocalRefClassGenerator extends Object
We must generate implementations of LocalRef and co. at runtime so they implement all the required interfaces. These objects will be shared between handlers that possibly use different relocations of MixinExtras.
  • Constructor Details

    • LocalRefClassGenerator

      public LocalRefClassGenerator()
  • Method Details

    • getForType

      public static String getForType(org.objectweb.asm.Type type)