Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
net.bytebuddy.utility.visitor |
A package containing visitor classes for ASM.
|
Class and Description |
---|
ExceptionTableSensitiveMethodVisitor
A
MethodVisitor that adds a callback after visiting the exception table of a method. |
Class and Description |
---|
MetadataAwareClassVisitor
A class visitor that traces invocations of visitation methods and notifies if a nest host or outer class was not visited.
|
Class and Description |
---|
ExceptionTableSensitiveMethodVisitor
A
MethodVisitor that adds a callback after visiting the exception table of a method. |
Copyright © 2014–2018. All rights reserved.