public class InsnSubstitution extends Object implements ZeroOperandMutation
Constructor and Description |
---|
InsnSubstitution(int replacementOpcode,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
apply(int opCode,
org.objectweb.asm.MethodVisitor mv) |
String |
describe(int opCode,
MethodInfo methodInfo) |
public InsnSubstitution(int replacementOpcode, String message)
public void apply(int opCode, org.objectweb.asm.MethodVisitor mv)
apply
in interface ZeroOperandMutation
public String describe(int opCode, MethodInfo methodInfo)
describe
in interface ZeroOperandMutation
Copyright © 2021 org.pitest. All rights reserved.