public interface ClassVisitorWrapper
ClassVisitor
which
is applied to the main type created by a DynamicType.Builder
but not
to any AuxiliaryType
s, if any.Modifier and Type | Interface and Description |
---|---|
static class |
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrapper s. |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.ClassVisitor |
wrap(org.objectweb.asm.ClassVisitor classVisitor)
Applies a
ClassVisitorWrapper to the creation of a DynamicType . |
org.objectweb.asm.ClassVisitor wrap(org.objectweb.asm.ClassVisitor classVisitor)
ClassVisitorWrapper
to the creation of a DynamicType
.classVisitor
- A ClassVisitor
to become the new primary class visitor to which the created
DynamicType
is written to.ClassVisitor
that usually delegates to the ClassVisitor
delivered in the argument.Copyright © 2014–2015. All rights reserved.