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.
|
newClass, newConst, newField, newHandle, newInvokeDynamic, newMethod, newMethodType, newNameType, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, 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-2015 The Apache Software Foundation. All Rights Reserved.