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.OffsetMapping.ForOrigin.Renderer.ForConstantValue
A renderer for a constant value.
|
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptor
A renderer for a method descriptor.
|
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignature
A renderer for a method's Java signature in binary form.
|
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForMethodName
A renderer for a method's internal name.
|
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeName
A renderer for a method's return type in binary form.
|
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForStringRepresentation
A renderer for a method's
Object.toString() representation. |
static class |
Advice.OffsetMapping.ForOrigin.Renderer.ForTypeName
A renderer for a method declaring type's binary name.
|
Constructor and Description |
---|
ForOrigin(List<Advice.OffsetMapping.ForOrigin.Renderer> renderers)
Creates a new offset mapping for an origin value.
|
Copyright © 2014–2017. All rights reserved.