public class ObjectSignatureAdapter
extends org.objectweb.asm.ClassVisitor
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
Constant
logger |
| Constructor and Description |
|---|
ObjectSignatureAdapter(org.objectweb.asm.ClassVisitor visitor,
String className)
Constructor for ObjectSignatureAdapter.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.MethodVisitor |
visitMethod(int methodAccess,
String name,
String descriptor,
String signature,
String[] exceptions) |
Copyright © 2010–2017 EvoSuite. All rights reserved.