Class ASM.ClassLoaderAwareWriter

java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
org.jruby.util.ASM.ClassLoaderAwareWriter
Enclosing class:
ASM

private static class ASM.ClassLoaderAwareWriter extends org.objectweb.asm.ClassWriter
NOTE: required to account for ASM calculating stack-map frames in which case it might need to know of JRuby's dynamically loaded classes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final ClassLoader
     

    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
    ClassLoaderAwareWriter(ClassLoader loader, int flags)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    private static String
     

    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