Class InterfaceMethodReferenceFixer

java.lang.Object
proguard.normalize.InterfaceMethodReferenceFixer
All Implemented Interfaces:
ConstantVisitor, ClassVisitor

public class InterfaceMethodReferenceFixer extends Object implements ClassVisitor, ConstantVisitor
This class transforms method references (MethodrefConstant) to interface methods into interface method references (InterfaceMethodrefConstant).
  • Constructor Details

    • InterfaceMethodReferenceFixer

      public InterfaceMethodReferenceFixer()
  • Method Details