Class MethodFilter

java.lang.Object
proguard.classfile.visitor.MethodFilter
All Implemented Interfaces:
MemberVisitor

public class MethodFilter extends Object implements MemberVisitor
This MemberVisitor delegates its visits to one of two other given MemberVisitor instances, depending on whether the visited method is a method or a field.