Class BootstrapMethodHandleTraveler

java.lang.Object
proguard.classfile.constant.visitor.BootstrapMethodHandleTraveler
All Implemented Interfaces:
AttributeVisitor, BootstrapMethodInfoVisitor, ConstantVisitor

public class BootstrapMethodHandleTraveler extends Object implements ConstantVisitor, AttributeVisitor, BootstrapMethodInfoVisitor
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.