Interface BehaviorFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
AnnotationBehaviorFilter, JavadocLikeBehaviorFilter

public interface BehaviorFilter extends Filter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(javassist.CtBehavior ctBehavior)
     
  • Method Details

    • matches

      boolean matches(javassist.CtBehavior ctBehavior)