Class GosuClassWriter.MyWriter
java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
gw.internal.gosu.ir.compiler.bytecode.GosuClassWriter.MyWriter
- Enclosing class:
- GosuClassWriter
private static class GosuClassWriter.MyWriter
extends org.objectweb.asm.ClassWriter
-
Field Summary
Fields inherited from class org.objectweb.asm.ClassWriter
COMPUTE_FRAMES, COMPUTE_MAXS
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate IType
findCommonClass
(IType t1, IType t2) protected String
getCommonSuperClass
(String type1, String type2) Methods inherited from class org.objectweb.asm.ClassWriter
getClassLoader, hasFlags, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, setFlags, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
Methods inherited from class org.objectweb.asm.ClassVisitor
getDelegate
-
Constructor Details
-
MyWriter
public MyWriter()
-
-
Method Details
-
getCommonSuperClass
- Overrides:
getCommonSuperClass
in classorg.objectweb.asm.ClassWriter
-
findCommonClass
-