Interface ClassFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
AnnotationClassFilter, JavaDocLikeClassFilter, JavadocLikePackageFilter

public interface ClassFilter extends Filter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(javassist.CtClass ctClass)
     
  • Method Details

    • matches

      boolean matches(javassist.CtClass ctClass)