Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Advice.Dispatcher.Resolved.ForMethodEnter
Represents a resolved dispatcher for entering a method.
|
static interface |
Advice.Dispatcher.Resolved.ForMethodExit
Represents a resolved dispatcher for exiting a method.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Advice.Dispatcher.Active.Resolved
A resolved version of a dispatcher.
|
protected static class |
Advice.Dispatcher.Active.Resolved.ForMethodEnter
A resolved dispatcher for implementing method enter advise.
|
protected static class |
Advice.Dispatcher.Active.Resolved.ForMethodExit
A resolved dispatcher for implementing method exit advise.
|
static class |
Advice.Dispatcher.Inactive
An implementation for inactive devise that does not write any byte code.
|
Constructor and Description |
---|
CodeCopier(Advice.Dispatcher.Resolved dispatcher)
Creates a new code copier.
|
Copyright © 2014–2016. All rights reserved.