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,
ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCommonSuperClass(String type1,
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, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotationpublic StaticToolClassWriter(int flags,
ClassLoader loader)
protected String getCommonSuperClass(String type1, String type2)
getCommonSuperClass in class org.objectweb.asm.ClassWriterCopyright © 2021 The Apache Software Foundation. All rights reserved.