Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
net.bytebuddy.dynamic.scaffold.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
net.bytebuddy.implementation.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType . |
net.bytebuddy.implementation.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
net.bytebuddy.implementation.bind.annotation |
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
|
net.bytebuddy.implementation.bytecode |
Types and classes in this package are responsible for creating Java byte code for a given byte code target
which is represented by a
MethodDescription . |
net.bytebuddy.implementation.bytecode.assign |
An
Assigner is responsible for transforming
a given TypeDescription into another one. |
net.bytebuddy.implementation.bytecode.assign.primitive |
Assigner implementations of this package
are capable of handling primitive types or the void type. |
net.bytebuddy.implementation.bytecode.collection |
This package is dedicated to creating
StackManipulation s
that create collections or arrays from a given number of values. |
net.bytebuddy.implementation.bytecode.constant |
StackManipulation s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack. |
net.bytebuddy.implementation.bytecode.member |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
Modifier and Type | Method and Description |
---|---|
ByteCodeAppender.Size |
ByteBuddy.EnumerationImplementation.ValuesMethodAppender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
ByteBuddy.EnumerationImplementation.InitializationAppender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Modifier and Type | Method and Description |
---|---|
ByteCodeAppender.Size |
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
org.objectweb.asm.MethodVisitor |
AgentBuilder.LambdaInstrumentationStrategy.MetaFactoryRedirection.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags) |
org.objectweb.asm.MethodVisitor |
AgentBuilder.LambdaInstrumentationStrategy.AlternativeMetaFactoryRedirection.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags) |
Modifier and Type | Field and Description |
---|---|
protected Implementation.Context |
Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner.implementationContext
The implementation context to use.
|
protected Implementation.Context |
Advice.Dispatcher.Inlining.CodeTranslationVisitor.implementationContext
The implementation context to use.
|
protected Implementation.Context |
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.implementationContext
The implementation context to use.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.objectweb.asm.MethodVisitor |
Advice.Dispatcher.Inlining.Resolved.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Applies a resolution for a given instrumented method.
|
protected org.objectweb.asm.MethodVisitor |
Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler) |
protected org.objectweb.asm.MethodVisitor |
Advice.Dispatcher.Inlining.Resolved.ForMethodExit.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler) |
ByteCodeAppender.Size |
Advice.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Advice.Dispatcher.Bound |
Advice.Dispatcher.Resolved.bind(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation)
Binds this dispatcher for resolution to a specific method.
|
Advice.Dispatcher.Bound |
Advice.Dispatcher.Inactive.bind(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
Advice.Dispatcher.Bound |
Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.bind(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
Advice.Dispatcher.Bound |
Advice.Dispatcher.Inlining.Resolved.ForMethodExit.bind(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.bind(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
protected org.objectweb.asm.MethodVisitor |
Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.doApply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Applies a resolution for a given instrumented method.
|
protected org.objectweb.asm.MethodVisitor |
Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.WithDiscardedEnterType.doApply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler) |
protected Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.doResolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Binds this dispatcher for resolution to a specific method.
|
protected Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithDiscardedEnterType.doResolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler) |
protected org.objectweb.asm.MethodVisitor |
Advice.doWrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
int writerFlags,
int readerFlags)
Wraps the method visitor to implement this advice.
|
void |
Advice.Dispatcher.SuppressionHandler.Bound.onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType)
Invoked at the end of a method.
|
void |
Advice.Dispatcher.SuppressionHandler.NoOp.onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType) |
void |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound.onEnd(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType) |
void |
Advice.Dispatcher.SuppressionHandler.Bound.onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType)
Invoked at the end of a method if the exception handler should be wrapped in a skipping block.
|
void |
Advice.Dispatcher.SuppressionHandler.NoOp.onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType) |
void |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound.onEndWithSkip(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
TypeDefinition returnType) |
protected ByteCodeAppender.Size |
Advice.Appender.EmulatingMethodVisitor.resolve(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod)
Resolves this this advice emulating method visitor for its delegate.
|
protected abstract Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation)
Binds this dispatcher for resolution to a specific method.
|
protected Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
protected Advice.Dispatcher.Bound |
Advice.Dispatcher.Delegating.Resolved.ForMethodExit.resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
StackManipulation exceptionHandler,
Advice.Dispatcher.RelocationHandler.Relocation relocation) |
org.objectweb.asm.ClassVisitor |
TypeConstantAdjustment.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
ModifierAdjustment.ModifierAdjustingClassVisitor |
ModifierAdjustment.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.ClassVisitor |
MemberRemoval.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.ClassVisitor |
AsmVisitorWrapper.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags)
Applies a
ClassVisitorWrapper to the creation of a DynamicType . |
org.objectweb.asm.ClassVisitor |
AsmVisitorWrapper.NoOp.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.ClassVisitor |
AsmVisitorWrapper.ForDeclaredFields.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.ClassVisitor |
AsmVisitorWrapper.ForDeclaredMethods.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.ClassVisitor |
AsmVisitorWrapper.Compound.wrap(TypeDescription instrumentedType,
org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
TypePool typePool,
FieldList<FieldDescription.InDefinedShape> fields,
MethodList<?> methods,
int writerFlags,
int readerFlags) |
org.objectweb.asm.MethodVisitor |
MemberSubstitution.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags) |
org.objectweb.asm.MethodVisitor |
AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags)
Wraps a method visitor.
|
org.objectweb.asm.MethodVisitor |
AsmVisitorWrapper.ForDeclaredMethods.Entry.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags) |
org.objectweb.asm.MethodVisitor |
Advice.wrap(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
TypePool typePool,
int writerFlags,
int readerFlags) |
Constructor and Description |
---|
AdviceMethodInliner(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
Advice.ArgumentHandler.ForInstrumentedMethod argumentHandler,
Advice.MethodSizeHandler.ForInstrumentedMethod methodSizeHandler,
Advice.StackMapFrameHandler.ForInstrumentedMethod stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler,
org.objectweb.asm.ClassReader classReader)
Creates a new advice method inliner.
|
AdviceMethodWriter(MethodDescription.InDefinedShape adviceMethod,
List<Advice.OffsetMapping.Target> offsetMappings,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a new advice method writer.
|
AdviceVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
org.objectweb.asm.MethodVisitor delegate,
Implementation.Context implementationContext,
Assigner assigner,
StackManipulation exceptionHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
Advice.Dispatcher.Resolved.ForMethodExit methodExit,
List<? extends TypeDescription> postMethodTypes,
int writerFlags,
int readerFlags)
Creates a new advice visitor.
|
CodeTranslationVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
MethodDescription instrumentedMethod,
MethodDescription.InDefinedShape adviceMethod,
Map<Integer,Advice.OffsetMapping.Target> offsetMappings,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a new code translation visitor.
|
DispatchingVisitor(org.objectweb.asm.ClassVisitor classVisitor,
TypeDescription instrumentedType,
Implementation.Context implementationContext,
TypePool typePool,
Map<String,MethodDescription> methods,
int writerFlags,
int readerFlags)
Creates a new dispatching visitor.
|
ForMethodEnter(MethodDescription.InDefinedShape adviceMethod,
List<Advice.OffsetMapping.Target> offsetMappings,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a new advice method writer.
|
ForMethodEnter(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
MethodDescription instrumentedMethod,
MethodDescription.InDefinedShape adviceMethod,
Map<Integer,Advice.OffsetMapping.Target> offsetMappings,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a code translation visitor for translating exit advice.
|
ForMethodExit(MethodDescription.InDefinedShape adviceMethod,
List<Advice.OffsetMapping.Target> offsetMappings,
org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a new advice method writer.
|
ForMethodExit(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Advice.ArgumentHandler.ForAdvice argumentHandler,
Advice.MethodSizeHandler.ForAdvice methodSizeHandler,
Advice.StackMapFrameHandler.ForAdvice stackMapFrameHandler,
MethodDescription instrumentedMethod,
MethodDescription.InDefinedShape adviceMethod,
Map<Integer,Advice.OffsetMapping.Target> offsetMappings,
Advice.Dispatcher.SuppressionHandler.Bound suppressionHandler,
Advice.Dispatcher.RelocationHandler.Bound relocationHandler)
Creates a code translation visitor for translating exit advice.
|
SubstitutingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor,
MethodGraph.Compiler methodGraphCompiler,
boolean strict,
MemberSubstitution.Substitution substitution,
TypeDescription instrumentedType,
Implementation.Context implementationContext,
TypePool typePool)
Creates a new substituting method visitor.
|
WithExceptionHandling(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
StackManipulation exceptionHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
Advice.Dispatcher.Resolved.ForMethodExit methodExit,
int writerFlags,
int readerFlags,
TypeDescription throwable)
Creates a new advice visitor that captures exception by weaving try-catch blocks around user code.
|
WithExitAdvice(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
StackManipulation exceptionHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
Advice.Dispatcher.Resolved.ForMethodExit methodExit,
List<? extends TypeDescription> postMethodTypes,
int writerFlags,
int readerFlags)
Creates an advice visitor that applies exit advice.
|
WithoutExceptionHandling(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
StackManipulation exceptionHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
Advice.Dispatcher.Resolved.ForMethodExit methodExit,
int writerFlags,
int readerFlags)
Creates a new advice visitor that does not capture exceptions.
|
WithoutExitAdvice(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
Assigner assigner,
StackManipulation exceptionHandler,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Advice.Dispatcher.Resolved.ForMethodEnter methodEnter,
int writerFlags,
int readerFlags)
Creates an advice visitor that does not apply exit advice.
|
Modifier and Type | Method and Description |
---|---|
ByteCodeAppender.Size |
NexusAccessor.InitializationAppender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithDrain.afterComplete(Implementation.Context implementationContext)
Invoked after completion of writing the type initializer.
|
protected void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithDrain.WithoutActiveRecord.afterComplete(Implementation.Context implementationContext) |
protected void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithDrain.WithActiveRecord.afterComplete(Implementation.Context implementationContext) |
void |
TypeWriter.MethodPool.Record.apply(org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory)
Applies this method entry.
|
void |
TypeWriter.MethodPool.Record.ForNonImplementedMethod.apply(org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.ForDefinedMethod.apply(org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.AccessBridgeWrapper.apply(org.objectweb.asm.ClassVisitor classVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.apply(org.objectweb.asm.ClassVisitor classVisitor,
TypeInitializer typeInitializer,
Implementation.Context implementationContext) |
void |
TypeInitializer.Drain.apply(org.objectweb.asm.ClassVisitor classVisitor,
TypeInitializer typeInitializer,
Implementation.Context implementationContext)
Applies the drain.
|
void |
TypeInitializer.Drain.Default.apply(org.objectweb.asm.ClassVisitor classVisitor,
TypeInitializer typeInitializer,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
TypeInitializer.None.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
TypeInitializer.Simple.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
void |
TypeWriter.MethodPool.Record.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory)
Applies the body of this entry.
|
void |
TypeWriter.MethodPool.Record.ForNonImplementedMethod.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
void |
TypeWriter.MethodPool.Record.AccessBridgeWrapper.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext)
Applies the code of this entry.
|
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForNonImplementedMethod.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeWriter.MethodPool.Record.AccessBridgeWrapper.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
protected abstract void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.onComplete(Implementation.Context implementationContext)
Invoked upon completion of writing the type initializer.
|
protected void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithoutDrain.WithoutActiveRecord.onComplete(Implementation.Context implementationContext) |
protected void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithoutDrain.WithActiveRecord.onComplete(Implementation.Context implementationContext) |
protected void |
TypeWriter.Default.ForInlining.InitializationHandler.Appending.WithDrain.onComplete(Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
RebaseImplementationTarget.RebasedMethodInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Implementation.Context.ExtractableView
Represents an extractable view of an
Implementation.Context which
allows the retrieval of any registered auxiliary type. |
Modifier and Type | Class and Description |
---|---|
static class |
Implementation.Context.Default
A default implementation of an
Implementation.Context.ExtractableView
which serves as its own MethodAccessorFactory . |
static class |
Implementation.Context.Disabled
An implementation context that does not allow for any injections into the static initializer block.
|
static class |
Implementation.Context.ExtractableView.AbstractBase
An abstract base implementation of an extractable view of an implementation context.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
Implementation.SpecialMethodInvocation.Illegal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Implementation.SpecialMethodInvocation.Simple.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Implementation.Context.Default.FieldCacheEntry.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
HashCodeMethod.NullValueGuard.UsingJump.BeforeInstruction.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
HashCodeMethod.NullValueGuard.UsingJump.AfterInstruction.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
EqualsMethod.NullValueGuard.UsingJump.BeforeInstruction.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
EqualsMethod.NullValueGuard.UsingJump.AfterInstruction.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
EqualsMethod.ConditionalReturn.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
ToStringMethod.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
SuperMethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
StubMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
MethodDelegation.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
MethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
InvokeDynamic.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
InvocationHandlerAdapter.ForInstance.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
InvocationHandlerAdapter.ForField.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
Implementation.Context.Default.AccessorMethodDelegation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
Implementation.Context.Default.FieldGetterDelegation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
Implementation.Context.Default.FieldSetterDelegation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
HashCodeMethod.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FixedValue.ForNullValue.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FixedValue.ForOriginType.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FixedValue.ForThisValue.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FixedValue.ForArgument.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FixedValue.ForPoolValue.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FieldAccessor.ForImplicitProperty.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FieldAccessor.ForParameterSetter.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
ExceptionMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
EqualsMethod.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
DefaultMethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
protected ByteCodeAppender.Size |
InvocationHandlerAdapter.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod,
StackManipulation preparingManipulation,
FieldDescription fieldDescription)
Applies an implementation that delegates to a invocation handler.
|
protected ByteCodeAppender.Size |
FixedValue.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod,
TypeDescription.Generic fixedValueType,
StackManipulation valueLoadingInstruction)
Blueprint method that for applying the actual implementation.
|
void |
Implementation.Context.Default.DelegationRecord.applyBody(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
AnnotationValueFilter.Factory annotationValueFilterFactory) |
ByteCodeAppender.Size |
Implementation.Context.Default.DelegationRecord.applyCode(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
TypeProxy.AbstractMethodErrorThrow.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
TypeProxy.ForSuperMethodByConstructor.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
TypeProxy.ForSuperMethodByReflectionFactory.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
TypeProxy.ForDefaultMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
TypeProxy.MethodCall.Appender.AccessorMethodInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodCallProxy.AssignableSignatureCall.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
TypeProxy.SilentConstruction.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
TypeProxy.MethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
MethodCallProxy.ConstructorCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
MethodCallProxy.MethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
MethodDelegationBinder.ParameterBinding.Illegal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodDelegationBinder.ParameterBinding.Anonymous.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodDelegationBinder.ParameterBinding.Unique.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodDelegationBinder.MethodBinding.Illegal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodDelegationBinder.MethodBinding.Builder.Build.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
SuperMethod.Binder.DelegationMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Pipe.Binder.Redirection.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Morph.Binder.RedirectionProxy.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
FieldProxy.Binder.AccessorProxy.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
DefaultMethod.Binder.DelegationMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
Morph.Binder.RedirectionProxy.InstanceFieldConstructor.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
Morph.Binder.RedirectionProxy.MethodCall.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FieldProxy.Binder.InstanceFieldConstructor.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FieldProxy.Binder.FieldGetter.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
FieldProxy.Binder.FieldSetter.Appender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
TypeCreation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Throw.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
StackManipulation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext)
Applies the stack manipulation that is described by this instance.
|
StackManipulation.Size |
StackManipulation.Illegal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
StackManipulation.Trivial.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
StackManipulation.Compound.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Removal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Multiplication.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Duplication.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Duplication.WithFlip.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
Addition.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
ByteCodeAppender.Size |
ByteCodeAppender.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.
|
ByteCodeAppender.Size |
ByteCodeAppender.Compound.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
ByteCodeAppender.Size |
ByteCodeAppender.Simple.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
TypeCasting.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
InstanceCheck.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
PrimitiveWideningDelegate.WideningStackManipulation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
PrimitiveUnboxingDelegate.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
ArrayFactory.ArrayCreator.ForPrimitiveType.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ArrayFactory.ArrayCreator.ForReferenceType.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ArrayFactory.ArrayStackManipulation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ArrayAccess.Loader.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ArrayAccess.Putter.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
TextConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
SerializedConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
NullConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodConstant.CanCacheIllegal.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodConstant.CachedMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodConstant.CachedConstructor.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
LongConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
LongConstant.ConstantPool.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
JavaConstantValue.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
IntegerConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
IntegerConstant.SingleBytePush.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
IntegerConstant.TwoBytePush.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
IntegerConstant.ConstantPool.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
FloatConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
FloatConstant.ConstantPool.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
FieldConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
FieldConstant.Cached.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
DoubleConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
DoubleConstant.ConstantPool.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
DefaultValue.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ClassConstant.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
ClassConstant.ForReferenceType.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Modifier and Type | Method and Description |
---|---|
StackManipulation.Size |
MethodVariableAccess.MethodLoading.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodVariableAccess.OffsetLoading.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodVariableAccess.OffsetWriting.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodVariableAccess.OffsetIncrementing.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodReturn.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodInvocation.IllegalInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodInvocation.OfGenericMethod.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodInvocation.Invocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodInvocation.DynamicInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
MethodInvocation.HandleInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
StackManipulation.Size |
HandleInvocation.apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext) |
Copyright © 2014–2018. All rights reserved.