Package com.llamalad7.mixinextras.utils
Class OperationUtils
java.lang.Object
com.llamalad7.mixinextras.utils.OperationUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmakeOperation(org.objectweb.asm.Type[] argTypes, org.objectweb.asm.Type returnType, org.objectweb.asm.tree.InsnList insns, boolean virtual, org.objectweb.asm.Type[] trailingParams, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type operationType, String name, OperationUtils.OperationContents contents)
-
Constructor Details
-
OperationUtils
public OperationUtils()
-
-
Method Details
-
makeOperation
public static void makeOperation(org.objectweb.asm.Type[] argTypes, org.objectweb.asm.Type returnType, org.objectweb.asm.tree.InsnList insns, boolean virtual, org.objectweb.asm.Type[] trailingParams, org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.Type operationType, String name, OperationUtils.OperationContents contents)
-