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.MetaDataHandler.ForAdvice
A meta data handler for an advice method.
|
static interface |
Advice.MetaDataHandler.ForInstrumentedMethod
A meta data handler for the instrumented method.
|
Modifier and Type | Class and Description |
---|---|
static class |
Advice.MetaDataHandler.Default
A default implementation of a meta data handler for an instrumented method.
|
protected class |
Advice.MetaDataHandler.Default.ForAdvice
A meta data handler that is bound to an advice method.
|
protected static class |
Advice.MetaDataHandler.Default.WithoutStackSizeComputation
A default meta data handler that does not recompute the space requirements of an instrumented method.
|
protected class |
Advice.MetaDataHandler.Default.WithoutStackSizeComputation.ForAdvice
A meta data handler for an advice method that does not record size requirements.
|
protected static class |
Advice.MetaDataHandler.Default.WithStackSizeComputation
A default meta data handler that recomputes the space requirements of an instrumented method.
|
protected class |
Advice.MetaDataHandler.Default.WithStackSizeComputation.ForAdvice
A meta data handler for an advice method that records size requirements.
|
static class |
Advice.MetaDataHandler.NoOp
A non-operational meta data handler that does not translate any frames and does not compute stack sizes.
|
Copyright © 2014–2016. All rights reserved.