Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Advice.MetaDataHandler.Default.WithoutStackSizeComputation.ForAdvice
A meta data handler for an advice method that does not record size requirements.
|
protected class |
Advice.MetaDataHandler.Default.WithStackSizeComputation.ForAdvice
A meta data handler for an advice method that records size requirements.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Advice.MetaDataHandler.Default.ForAdvice |
Advice.MetaDataHandler.Default.bind(MethodDescription.InDefinedShape methodDescription,
TypeList requiredTypes,
List<? extends TypeDescription> yieldedTypes,
Advice.MetaDataHandler.Default.TranslationMode translationMode)
Binds the given advice method to an appropriate meta data handler.
|
protected Advice.MetaDataHandler.Default.ForAdvice |
Advice.MetaDataHandler.Default.WithStackSizeComputation.bind(MethodDescription.InDefinedShape methodDescription,
TypeList requiredTypes,
List<? extends TypeDescription> yieldedTypes,
Advice.MetaDataHandler.Default.TranslationMode translationMode) |
protected Advice.MetaDataHandler.Default.ForAdvice |
Advice.MetaDataHandler.Default.WithoutStackSizeComputation.bind(MethodDescription.InDefinedShape methodDescription,
TypeList requiredTypes,
List<? extends TypeDescription> yieldedTypes,
Advice.MetaDataHandler.Default.TranslationMode translationMode) |
Advice.MetaDataHandler.Default.ForAdvice |
Advice.MetaDataHandler.Default.bindEntry(MethodDescription.InDefinedShape methodDescription) |
Advice.MetaDataHandler.Default.ForAdvice |
Advice.MetaDataHandler.Default.bindExit(MethodDescription.InDefinedShape methodDescription) |
Copyright © 2014–2016. All rights reserved.