ProGuard

Uses of Class
proguard.classfile.InterfaceMethodrefCpInfo

Packages that use InterfaceMethodrefCpInfo
proguard.classfile.editor This package contains visitors to edit byte code. 
proguard.classfile.instruction This package contains classes to represent Java bytecode instructions. 
proguard.classfile.util This package contains utility classes for processing class files. 
proguard.classfile.visitor This package contains interfaces and classes for processing class files from the proguard.classfile package using the visitor pattern
proguard.obfuscate This package contains classes to perform obfuscation of class files. 
proguard.optimize This package contains visitors that assist with various optimizations of byte code. 
proguard.optimize.evaluation This package contains visitors that perform partial evaluation and subsequent optimizations on byte code. 
proguard.optimize.peephole This package contains visitors that perform various peephole optimizations. 
proguard.shrink This package contains classes to perform shrinking of class files. 
 

Uses of InterfaceMethodrefCpInfo in proguard.classfile.editor
 

Methods in proguard.classfile.editor with parameters of type InterfaceMethodrefCpInfo
 void ConstantPoolRemapper.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.classfile.instruction
 

Methods in proguard.classfile.instruction with parameters of type InterfaceMethodrefCpInfo
 void CpInstruction.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.classfile.util
 

Methods in proguard.classfile.util with parameters of type InterfaceMethodrefCpInfo
 void ClassFileInitializer.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void ClassFileReferenceInitializer.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void ClassFileHierarchyInitializer.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.classfile.visitor
 

Methods in proguard.classfile.visitor with parameters of type InterfaceMethodrefCpInfo
 void ClassFilePrinter.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void ClassFileCleaner.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void ReferencedClassFileVisitor.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void CpInfoVisitor.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.obfuscate
 

Methods in proguard.obfuscate with parameters of type InterfaceMethodrefCpInfo
 void Utf8UsageMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void NameAndTypeShrinker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void NameAndTypeUsageMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void ClassFileRenamer.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.optimize
 

Methods in proguard.optimize with parameters of type InterfaceMethodrefCpInfo
 void WriteOnlyFieldMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void SideEffectInstructionChecker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.optimize.evaluation
 

Methods in proguard.optimize.evaluation with parameters of type InterfaceMethodrefCpInfo
 void Processor.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void PartialEvaluator.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.optimize.peephole
 

Methods in proguard.optimize.peephole with parameters of type InterfaceMethodrefCpInfo
 void GetterSetterInliner.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 

Uses of InterfaceMethodrefCpInfo in proguard.shrink
 

Methods in proguard.shrink with parameters of type InterfaceMethodrefCpInfo
 void InnerUsageMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void InterfaceUsageMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 void UsageMarker.visitInterfaceMethodrefCpInfo(ClassFile classFile, InterfaceMethodrefCpInfo interfaceMethodrefCpInfo)
           
 


ProGuard