See: Description
Class | Description |
---|---|
ContextClassVisitor |
A
ClassVisitor that supplies contextual information, similar to a DynamicType . |
ExceptionTableSensitiveMethodVisitor |
A
MethodVisitor that adds a callback after visiting the exception table of a method. |
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–2025. All rights reserved.