public final class Instrumenter extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CAPTURE_ID_JAVA_TEXT_DATEFORMAT |
static int |
CAPTURE_ID_JAVA_TEXT_SIMPLEDATEFORMAT |
static int |
CAPTURE_ID_JAVA_UTIL_CALENDAR |
static int |
CAPTURE_ID_JAVA_UTIL_DATE |
static String |
WRAP_NAME_PREFIX |
| Constructor and Description |
|---|
Instrumenter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
instrument(String className,
byte[] classfileBuffer) |
void |
instrument(String className,
org.objectweb.asm.tree.ClassNode cn) |
void |
transformClassNode(org.objectweb.asm.tree.ClassNode cn,
String internalClassName) |
public static final int CAPTURE_ID_JAVA_UTIL_DATE
public static final int CAPTURE_ID_JAVA_UTIL_CALENDAR
public static final int CAPTURE_ID_JAVA_TEXT_DATEFORMAT
public static final int CAPTURE_ID_JAVA_TEXT_SIMPLEDATEFORMAT
public static final String WRAP_NAME_PREFIX
public void instrument(String className, org.objectweb.asm.tree.ClassNode cn)
public byte[] instrument(String className, byte[] classfileBuffer) throws IllegalClassFormatException
IllegalClassFormatExceptionpublic void transformClassNode(org.objectweb.asm.tree.ClassNode cn,
String internalClassName)
Copyright © 2010–2017 EvoSuite. All rights reserved.