Uses of Class
org.multiverse.instrumentation.asm.CloneMap

Packages that use CloneMap
org.multiverse.instrumentation.asm   
 

Uses of CloneMap in org.multiverse.instrumentation.asm
 

Methods in org.multiverse.instrumentation.asm with parameters of type CloneMap
static java.util.List<org.objectweb.asm.tree.LocalVariableNode> AsmUtils.cloneLocalVariableTable(org.objectweb.asm.tree.MethodNode originalMethod, CloneMap cloneMap)
           
static org.objectweb.asm.tree.MethodNode AsmUtils.cloneMethodWithoutInstructions(org.objectweb.asm.tree.MethodNode originalMethod, CloneMap cloneMap)
           
static java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> AsmUtils.cloneTryCatchBlockNodes(java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> originalBlocks, CloneMap cloneMap)
           
static java.util.List<org.objectweb.asm.tree.TryCatchBlockNode> AsmUtils.cloneTryCatchBlocks(org.objectweb.asm.tree.MethodNode originalMethod, CloneMap cloneMap)
           
static java.util.List AsmUtils.cloneVariableTable(org.objectweb.asm.tree.MethodNode methodNode, CloneMap cloneMap)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.