ContextClassVisitor |
DynamicType.Builder.AbstractBase.Delegator.wrap(org.objectweb.asm.ClassVisitor classVisitor,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a
default TypePool .
|
ContextClassVisitor |
DynamicType.Builder.AbstractBase.Delegator.wrap(org.objectweb.asm.ClassVisitor classVisitor,
TypePool typePool,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder.
|
ContextClassVisitor |
DynamicType.Builder.AbstractBase.UsingTypeWriter.wrap(org.objectweb.asm.ClassVisitor classVisitor,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a
default TypePool .
|
ContextClassVisitor |
DynamicType.Builder.AbstractBase.UsingTypeWriter.wrap(org.objectweb.asm.ClassVisitor classVisitor,
TypePool typePool,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder.
|
ContextClassVisitor |
DynamicType.Builder.AbstractBase.wrap(org.objectweb.asm.ClassVisitor classVisitor) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a
default TypePool .
|
ContextClassVisitor |
DynamicType.Builder.AbstractBase.wrap(org.objectweb.asm.ClassVisitor classVisitor,
TypePool typePool) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder.
|
ContextClassVisitor |
DynamicType.Builder.wrap(org.objectweb.asm.ClassVisitor classVisitor) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a
default TypePool .
|
ContextClassVisitor |
DynamicType.Builder.wrap(org.objectweb.asm.ClassVisitor classVisitor,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder, using a
default TypePool .
|
ContextClassVisitor |
DynamicType.Builder.wrap(org.objectweb.asm.ClassVisitor classVisitor,
TypePool typePool) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder.
|
ContextClassVisitor |
DynamicType.Builder.wrap(org.objectweb.asm.ClassVisitor classVisitor,
TypePool typePool,
int writerFlags,
int readerFlags) |
Wraps a class visitor with the configuration that is represented by this dynamic type builder.
|