public class BytecodeInstructionFactory extends Object
| Constructor and Description |
|---|
BytecodeInstructionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeInstruction |
createBytecodeInstruction(ClassLoader classLoader,
String className,
String methodName,
int instructionId,
int bytecodeOffset,
org.objectweb.asm.tree.AbstractInsnNode node)
createBytecodeInstruction
|
public static BytecodeInstruction createBytecodeInstruction(ClassLoader classLoader, String className, String methodName, int instructionId, int bytecodeOffset, org.objectweb.asm.tree.AbstractInsnNode node)
createBytecodeInstruction
className - a String object.methodName - a String object.instructionId - a int.bytecodeOffset - a int.node - a AbstractInsnNode object.BytecodeInstruction object.Copyright © 2010–2017 EvoSuite. All rights reserved.