public class ExtendClassWriter
extends org.objectweb.asm.ClassWriter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
ExtendClassWriter(java.lang.ClassLoader urlClassLoader,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getCommonSuperClass(java.lang.String type1,
java.lang.String type2)
https://github.com/Moniter123/pinpoint/blob/40106ffe6cc4d6aea9d59b4fb7324bcc009483ee/profiler/src/main/java/com/navercorp/pinpoint/profiler/instrument/ASMClassWriter.java
|
getClassLoader, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitSource, visitTypeAnnotationpublic static final java.lang.String TAG
public ExtendClassWriter(java.lang.ClassLoader urlClassLoader,
int flags)
protected java.lang.String getCommonSuperClass(java.lang.String type1,
java.lang.String type2)
getCommonSuperClass in class org.objectweb.asm.ClassWriter