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.
|
newClass, newConst, newField, newHandle, newInvokeDynamic, newMethod, newMethodType, newNameType, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource, visitTypeAnnotationpublic StaticToolClassWriter(int flags,
ClassLoader loader)
protected String getCommonSuperClass(String type1, String type2)
getCommonSuperClass in class org.objectweb.asm.ClassWriterCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.