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 |
---|---|
static class |
Advice.Dispatcher.RelocationHandler.Disabled
A disabled relocation handler that does never trigger a relocation.
|
static class |
Advice.Dispatcher.RelocationHandler.ForType
A relocation handler that is triggered if the checked value is an instance of a given type.
|
protected class |
Advice.Dispatcher.RelocationHandler.ForValue.OfDefault
A relocation handler that checks for a value being a default value.
|
protected class |
Advice.Dispatcher.RelocationHandler.ForValue.OfNonDefault
A relocation handler that checks for a value being a non-default value.
|
Modifier and Type | Field and Description |
---|---|
protected Advice.Dispatcher.RelocationHandler |
Advice.Dispatcher.Resolved.AbstractBase.relocationHandler
The relocation handler to use.
|
Modifier and Type | Method and Description |
---|---|
protected static Advice.Dispatcher.RelocationHandler |
Advice.Dispatcher.RelocationHandler.ForValue.of(TypeDefinition typeDefinition,
int index,
boolean inverted)
Resolves a relocation handler for a given type.
|
protected static Advice.Dispatcher.RelocationHandler |
Advice.Dispatcher.RelocationHandler.ForType.of(TypeDescription typeDescription,
int index,
TypeDefinition returnedType)
Resolves a relocation handler that is triggered if the checked instance is of a given type.
|
Copyright © 2014–2024. All rights reserved.