Class CodeGenProjectionProvider.EnableFramesComputing

java.lang.Object
net.binis.codegen.projection.provider.CodeGenProjectionProvider.EnableFramesComputing
All Implemented Interfaces:
net.bytebuddy.asm.AsmVisitorWrapper
Enclosing class:
CodeGenProjectionProvider

protected static class CodeGenProjectionProvider.EnableFramesComputing extends Object implements net.bytebuddy.asm.AsmVisitorWrapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.bytebuddy.asm.AsmVisitorWrapper

    net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase, net.bytebuddy.asm.AsmVisitorWrapper.Compound, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields, net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods, net.bytebuddy.asm.AsmVisitorWrapper.NoOp
  • Field Summary

    Fields inherited from interface net.bytebuddy.asm.AsmVisitorWrapper

    NO_FLAGS
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final int
    mergeReader(int flags)
     
    final int
    mergeWriter(int flags)
     
    final net.bytebuddy.jar.asm.ClassVisitor
    wrap(net.bytebuddy.description.type.TypeDescription td, net.bytebuddy.jar.asm.ClassVisitor cv, net.bytebuddy.implementation.Implementation.Context ctx, net.bytebuddy.pool.TypePool tp, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields, net.bytebuddy.description.method.MethodList<?> methods, int wflags, int rflags)
     

    Methods inherited from class java.lang.Object

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

    • EnableFramesComputing

      protected EnableFramesComputing()
  • Method Details

    • mergeWriter

      public final int mergeWriter(int flags)
      Specified by:
      mergeWriter in interface net.bytebuddy.asm.AsmVisitorWrapper
    • mergeReader

      public final int mergeReader(int flags)
      Specified by:
      mergeReader in interface net.bytebuddy.asm.AsmVisitorWrapper
    • wrap

      public final net.bytebuddy.jar.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription td, net.bytebuddy.jar.asm.ClassVisitor cv, net.bytebuddy.implementation.Implementation.Context ctx, net.bytebuddy.pool.TypePool tp, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> fields, net.bytebuddy.description.method.MethodList<?> methods, int wflags, int rflags)
      Specified by:
      wrap in interface net.bytebuddy.asm.AsmVisitorWrapper