Class ShareInfo
java.lang.Object
com.llamalad7.mixinextras.sugar.impl.ShareInfo
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToLvt(org.spongepowered.asm.mixin.injection.struct.Target target) intstatic ShareInfogetOrCreate(org.spongepowered.asm.mixin.injection.struct.Target target, org.objectweb.asm.tree.AnnotationNode shareAnnotation, org.objectweb.asm.Type paramType, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixin, StackExtension stack) org.objectweb.asm.tree.InsnListorg.objectweb.asm.tree.AbstractInsnNodeload()voidsetLvtIndex(int lvtIndex) voidstripInitializerFrom(org.objectweb.asm.tree.MethodNode method)
-
Method Details
-
getLvtIndex
public int getLvtIndex() -
setLvtIndex
public void setLvtIndex(int lvtIndex) -
addToLvt
public void addToLvt(org.spongepowered.asm.mixin.injection.struct.Target target) -
initialize
public org.objectweb.asm.tree.InsnList initialize() -
load
public org.objectweb.asm.tree.AbstractInsnNode load() -
stripInitializerFrom
public void stripInitializerFrom(org.objectweb.asm.tree.MethodNode method) -
getOrCreate
public static ShareInfo getOrCreate(org.spongepowered.asm.mixin.injection.struct.Target target, org.objectweb.asm.tree.AnnotationNode shareAnnotation, org.objectweb.asm.Type paramType, org.spongepowered.asm.mixin.extensibility.IMixinInfo mixin, StackExtension stack)
-