Class ExpressionService
java.lang.Object
com.llamalad7.mixinextras.expression.impl.ExpressionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateInjectorSpecific(org.spongepowered.asm.mixin.injection.struct.InjectionNodes.InjectionNode node, org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String key, Object value) abstract org.objectweb.asm.TypegetCommonSuperClass(FlowContext ctx, org.objectweb.asm.Type type1, org.objectweb.asm.Type type2) static ExpressionServicemakeInvalidInjectionException(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String message) static voidofferInstance(ExpressionService candidate)
-
Constructor Details
-
ExpressionService
public ExpressionService()
-
-
Method Details
-
getInstance
-
offerInstance
-
makeInvalidInjectionException
public RuntimeException makeInvalidInjectionException(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String message) -
decorateInjectorSpecific
-
getCommonSuperClass
public abstract org.objectweb.asm.Type getCommonSuperClass(FlowContext ctx, org.objectweb.asm.Type type1, org.objectweb.asm.Type type2)
-