See: Description
Class | Description |
---|---|
ExceptionTableSensitiveMethodVisitor |
A
MethodVisitor that adds a callback after visiting the exception table of a method. |
FramePaddingMethodVisitor |
A method visitor that introduces padding using a
Opcodes.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.
|
Copyright © 2014–2020. All rights reserved.