Package | Description |
---|---|
net.bytebuddy.instrumentation |
The instrumentation package contains any logic for intercepting method calls.
|
net.bytebuddy.instrumentation.method.bytecode.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
net.bytebuddy.instrumentation.method.bytecode.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.instrumentation.method.bytecode.stack |
This package offers an abstraction of creating Java byte code by only manipulating a method's operand stack.
|
net.bytebuddy.instrumentation.method.bytecode.stack.assign |
An
Assigner is responsible for transforming
a given TypeDescription into another one. |
net.bytebuddy.instrumentation.method.bytecode.stack.assign.primitive |
Assigner implementations of this package
are capable of handling primitive types or the void type. |
net.bytebuddy.instrumentation.method.bytecode.stack.assign.reference |
Assigner implementations of this package
are capable of assigning non-primitive types to each other. |
net.bytebuddy.instrumentation.method.bytecode.stack.collection |
This package is dedicated to creating
StackManipulation s
that create collections or arrays from a given number of values. |
net.bytebuddy.instrumentation.method.bytecode.stack.constant |
StackManipulation s in this package are responsible for
creating compile-time constants and pushing them onto the operand stack. |
net.bytebuddy.instrumentation.method.bytecode.stack.member |
StackManipulation s of this package are responsible for
accessing type or method members, i.e. |
net.bytebuddy.instrumentation.type |
This package contains types and implementations for describing a Java type, i.e.
|
net.bytebuddy.instrumentation.type.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
Duplication
Duplicates a value that is lying on top of the stack.
|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Illegal
Canonical representation of an illegal stack manipulation.
|
StackManipulation.LegalTrivial
Canonical representation of a legal stack manipulation which does not require any action.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
StackSize
Represents the size of a Java type on the operand stack.
|
Throw
Throws a
Throwable which must lie on top of the stack when this stack manipulation is called. |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Class and Description |
---|
StackSize
Represents the size of a Java type on the operand stack.
|
Class and Description |
---|
StackManipulation
Describes a manipulation of a method's operand stack that does not affect the frame's variable array.
|
StackManipulation.Size
A description of the size change that is imposed by some
StackManipulation . |
Copyright © 2014. All rights reserved.