Class MethodFilter

  • All Implemented Interfaces:
    MemberVisitor

    public class MethodFilter
    extends java.lang.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.