| Package | Description |
|---|---|
| net.bytebuddy.implementation.bytecode.member |
StackManipulations of this package are responsible for
accessing type or method members, i.e. |
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodVariableAccess.MethodLoading.TypeCastingHandler.ForBridgeTarget
A type casting handler that casts all parameters of a method to the parameter types of a compatible method
with covariant parameter types.
|
static class |
MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp
A non-operative type casting handler.
|
| Constructor and Description |
|---|
MethodLoading(MethodDescription methodDescription,
MethodVariableAccess.MethodLoading.TypeCastingHandler typeCastingHandler)
Creates a new method loading stack manipulation.
|
Copyright © 2014–2019. All rights reserved.