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
-
-
Constructor Summary
Constructors Constructor Description MyWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private ITypefindCommonClass(IType t1, IType t2)protected java.lang.StringgetCommonSuperClass(java.lang.String type1, java.lang.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
-
-