Package io.airlift.bytecode
Class SmartClassWriter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- org.objectweb.asm.ClassWriter
-
- io.airlift.bytecode.SmartClassWriter
-
public class SmartClassWriter extends org.objectweb.asm.ClassWriter
-
-
Constructor Summary
Constructors Constructor Description SmartClassWriter(ClassInfoLoader classInfoLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCommonSuperClass(String aType, String bType)-
Methods inherited from class org.objectweb.asm.ClassWriter
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, visitTypeAnnotation
-
-
-
-
Constructor Detail
-
SmartClassWriter
public SmartClassWriter(ClassInfoLoader classInfoLoader)
-
-