Package net.bytebuddy.utility.visitor
A package containing visitor classes for ASM.
-
Class Summary Class Description ExceptionTableSensitiveMethodVisitor AMethodVisitor
that adds a callback after visiting the exception table of a method.FramePaddingMethodVisitor A method visitor that introduces padding using aOpcodes.NOP
instruction if two frames a visited consecutively.LineNumberPrependingMethodVisitor A method visitor that maps the first available line number information, if available, to the beginning of the method.LocalVariableAwareMethodVisitor A method visitor that traces the amount of used local variable slots.MetadataAwareClassVisitor A class visitor that traces invocations of visitation methods and notifies if a nest host or outer class was not visited.StackAwareMethodVisitor A method visitor that is aware of the current size of the operand stack at all times.