public class SyntheticBridgeException extends MixinException
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntheticBridgeException.Problem
Problem types for synthetic bridge comparisons
|
| Constructor and Description |
|---|
SyntheticBridgeException(SyntheticBridgeException.Problem problem,
java.lang.String name,
java.lang.String desc,
int index,
org.objectweb.asm.tree.AbstractInsnNode a,
org.objectweb.asm.tree.AbstractInsnNode b) |
| Modifier and Type | Method and Description |
|---|---|
void |
printAnalysis(IMixinContext context,
org.objectweb.asm.tree.MethodNode mda,
org.objectweb.asm.tree.MethodNode mdb) |
getMessage, prependpublic SyntheticBridgeException(SyntheticBridgeException.Problem problem, java.lang.String name, java.lang.String desc, int index, org.objectweb.asm.tree.AbstractInsnNode a, org.objectweb.asm.tree.AbstractInsnNode b)
public void printAnalysis(IMixinContext context, org.objectweb.asm.tree.MethodNode mda, org.objectweb.asm.tree.MethodNode mdb)
context - Incoming mixinmda - Target methodmdb - Incoming method