| Package | Description |
|---|---|
| net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Advice.Exit> |
Advice.OffsetMapping.ForExitValue.Factory.getAnnotationType()
Returns the annotation type of this factory.
|
protected static Advice.OffsetMapping.Factory<Advice.Exit> |
Advice.OffsetMapping.ForExitValue.Factory.of(TypeDefinition typeDefinition)
Creates a new factory for creating a
Advice.OffsetMapping.ForExitValue offset mapping. |
| Modifier and Type | Method and Description |
|---|---|
Advice.OffsetMapping |
Advice.OffsetMapping.ForExitValue.Factory.make(ParameterDescription.InDefinedShape target,
AnnotationDescription.Loadable<Advice.Exit> annotation,
Advice.OffsetMapping.Factory.AdviceType adviceType)
Creates a new offset mapping for the supplied parameter if possible.
|
| Constructor and Description |
|---|
ForExitValue(TypeDescription.Generic target,
TypeDescription.Generic exitType,
AnnotationDescription.Loadable<Advice.Exit> annotation)
Creates a new offset mapping for the exit type.
|
Copyright © 2014–2023. All rights reserved.