Class SInvocation.ExtendedClassWriter

java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
jadex.bytecode.invocation.SInvocation.ExtendedClassWriter
Enclosing class:
SInvocation

protected static class SInvocation.ExtendedClassWriter extends org.objectweb.asm.ClassWriter
Class writer with some meta information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Class internal name.
    protected boolean
    Flag whether the resulting class requires the class loader parent.

    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
    ExtendedClassWriter(int flags, String internalname, boolean requiresparentloader)
    Creates the writer.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the internal name.
    boolean
    Returns flag whether the resulting class requires the class loader parent

    Methods inherited from class org.objectweb.asm.ClassWriter

    getClassLoader, getCommonSuperClass, 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 java.lang.Object

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

    • internalname

      protected String internalname
      Class internal name.
    • requiresparentloader

      protected boolean requiresparentloader
      Flag whether the resulting class requires the class loader parent.
  • Constructor Details

    • ExtendedClassWriter

      public ExtendedClassWriter(int flags, String internalname, boolean requiresparentloader)
      Creates the writer.
      Parameters:
      flags - ClassWriter flags.
      internalname - Class internal name.
      requiresparentloader - Flag whether the resulting class requires the class loader parent.
  • Method Details

    • getInternalName

      public String getInternalName()
      Gets the internal name.
      Returns:
      The internal name.
    • requiresParentLoader

      public boolean requiresParentLoader()
      Returns flag whether the resulting class requires the class loader parent
      Returns:
      Flag whether the resulting class requires the class loader parent