| 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.ForConstantValueA renderer for a constant value. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptorA renderer for a method descriptor. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignatureA renderer for a method's Java signature in binary form. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForMethodNameA renderer for a method's internal name. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyNameA renderer for a property name. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeNameA renderer for a method's return type in binary form. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForStringRepresentationA renderer for a method's  Object.toString()representation. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForTypeNameA 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–2024. All rights reserved.