| AllBootstrapMethodArgumentVisitor |
|
| AllConstantVisitor |
|
| BootstrapMethodHandleTraveler |
This ConstantVisitor and BootstrapMethodInfoVisitor travels from any invoke
dynamic constants or bootstrap method info entries that it visits to their bootstrap method
handle constants, and applies a given constant visitor.
|
| ConstantCounter |
This ConstantVisitor counts the number of constants that have been visited.
|
| ConstantStringBuilder |
This ConstantVisitor collects the constants that it visits in a readable form, in a given
string builder.
|
| ConstantTagFilter |
This ConstantVisitor delegates its visits to one or more specified types of constants.
|
| ExceptClassConstantFilter |
|
| MethodrefTraveler |
This ConstantVisitor travels from any method handle constants that it visits to their
methodref constants, and applies a given constant visitor.
|
| SuperClassConstantVisitor |
This ClassVisitor lets a given ConstantVisitor visit all the constant pool
entries of the super class and interfaces of the program classes it visits.
|