public class ASMComparator
extends java.lang.Object
equals method.| Constructor and Description |
|---|
ASMComparator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(org.objectweb.asm.tree.AbstractInsnNode insn1,
org.objectweb.asm.tree.AbstractInsnNode insn2)
Compare two AbstractInsnNode instances with each other.
|
static boolean |
equals(org.objectweb.asm.tree.InsnList insnList1,
org.objectweb.asm.tree.InsnList insnList2)
Compare two InsnList instance with each other.
|
static boolean |
equals(java.util.List<? extends org.objectweb.asm.tree.AbstractInsnNode> insnList1,
java.util.List<? extends org.objectweb.asm.tree.AbstractInsnNode> insnList2)
Compare two lists with AbstractInsnNode instances with each other.
|
public static boolean equals(org.objectweb.asm.tree.InsnList insnList1,
org.objectweb.asm.tree.InsnList insnList2)
insnList1 - The first InsnListinsnList2 - The second InsnListpublic static boolean equals(java.util.List<? extends org.objectweb.asm.tree.AbstractInsnNode> insnList1,
java.util.List<? extends org.objectweb.asm.tree.AbstractInsnNode> insnList2)
insnList1 - The first listinsnList2 - The second listpublic static boolean equals(org.objectweb.asm.tree.AbstractInsnNode insn1,
org.objectweb.asm.tree.AbstractInsnNode insn2)
insn1 - The first AbstractInsnNodeinsn2 - The second AbstractInsnNode