public final class StaticToolClassWriter
extends org.objectweb.asm.ClassWriter
getCommonSuperClass(String, String) so that it accepts a custom
classloader that can also see the jar that is being processed.| Constructor and Description |
|---|
StaticToolClassWriter(int flags,
java.lang.ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getCommonSuperClass(java.lang.String type1,
java.lang.String type2)
The implementation uses the classloader provided using the Constructor.
|
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 StaticToolClassWriter(int flags,
java.lang.ClassLoader loader)
protected java.lang.String getCommonSuperClass(java.lang.String type1,
java.lang.String type2)
getCommonSuperClass in class org.objectweb.asm.ClassWriterCopyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.