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 -
Method Summary
Modifier and TypeMethodDescriptionfinal intmergeReader(int flags) final intmergeWriter(int flags) final net.bytebuddy.jar.asm.ClassVisitorwrap(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)
-
Constructor Details
-
EnableFramesComputing
protected EnableFramesComputing()
-
-
Method Details
-
mergeWriter
public final int mergeWriter(int flags) - Specified by:
mergeWriterin interfacenet.bytebuddy.asm.AsmVisitorWrapper
-
mergeReader
public final int mergeReader(int flags) - Specified by:
mergeReaderin interfacenet.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:
wrapin interfacenet.bytebuddy.asm.AsmVisitorWrapper
-