Class JavaClassWriter

java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
org.openzen.zenscript.javabytecode.compiler.JavaClassWriter

public class JavaClassWriter 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
    Constructor
    Description
    JavaClassWriter(int flags)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    static Map<String,String>
     
    static void
    registerSuperClass(String child, String superClass)
     

    Methods inherited from class org.objectweb.asm.ClassWriter

    getClassLoader, hasFlags, 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

    Methods inherited from class org.objectweb.asm.ClassVisitor

    getDelegate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JavaClassWriter

      public JavaClassWriter(int flags)
  • Method Details

    • registerSuperClass

      public static void registerSuperClass(String child, String superClass)
    • getSuper_classes

      public static Map<String,String> getSuper_classes()
    • getCommonSuperClass

      protected String getCommonSuperClass(String type1, String type2)
      Overrides:
      getCommonSuperClass in class org.objectweb.asm.ClassWriter