Class ClassGenerator.InternalClassWriter

java.lang.Object
org.mvel2.asm.ClassVisitor
org.mvel2.asm.ClassWriter
org.drools.mvel.asm.ClassGenerator.InternalClassWriter
Enclosing class:
ClassGenerator

public static class ClassGenerator.InternalClassWriter extends org.mvel2.asm.ClassWriter
  • Field Summary

    Fields inherited from class org.mvel2.asm.ClassWriter

    COMPUTE_FRAMES, COMPUTE_MAXS

    Fields inherited from class org.mvel2.asm.ClassVisitor

    api, cv
  • Constructor Summary

    Constructors
    Constructor
    Description
    InternalClassWriter(ClassLoader classLoader, int flags)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    Methods inherited from class org.mvel2.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.mvel2.asm.ClassVisitor

    getDelegate

    Methods inherited from class java.lang.Object

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

    • InternalClassWriter

      public InternalClassWriter(ClassLoader classLoader, int flags)
  • Method Details

    • getCommonSuperClass

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