Package net.bytebuddy.utility.visitor
@ByDefault
package net.bytebuddy.utility.visitor
A package containing visitor classes for ASM.
-
ClassesClassDescriptionA
ClassVisitor
that supplies contextual information, similar to aDynamicType
.AMethodVisitor
that adds a callback after visiting the exception table of a method.A method visitor that maps the first available line number information, if available, to the beginning of the method.A method visitor that traces the amount of used local variable slots.A class visitor that traces invocations of visitation methods and notifies if a nest host or outer class was not visited.A method visitor that is aware of the current size of the operand stack at all times.