Package

de.aktey.scanndal.classfile

filter

Permalink

package filter

Visibility
  1. Public
  2. All

Type Members

  1. sealed class AndFilter extends Filter

    Permalink

    combines two filter with a logical and

  2. class ClassAccessFlagFilter extends Filter

    Permalink

    test class files for certain access flags

  3. class ClassAnnotationFilter[A] extends ClassAnnotationNameFilter

    Permalink

    test class files for a class annotation A

    test class files for a class annotation A

    A

    the annotation class

  4. class ClassAnnotationNameFilter extends Filter with ClassFileInterpretation

    Permalink

    test class files for a class annotation A

  5. class FalseFilter extends Filter

    Permalink

    a zero filter for the or operation

  6. trait Filter extends Function[ClassFile, Boolean]

    Permalink

    filter base trait

  7. class InterfaceFilter[I] extends InterfaceNameFilter

    Permalink

    test class files if they directly implement an interface

    test class files if they directly implement an interface

    I

    the annotation class

  8. class InterfaceNameFilter extends Filter with ClassFileInterpretation

    Permalink

    test class files if they directly implement an interface

  9. sealed class NotFilter extends Filter

    Permalink

    inverts the logic of a filter

  10. sealed class OrFilter extends Filter

    Permalink

    combines two filter with a logical or

  11. class SuperClassFilter[S] extends SuperClassNameFilter

    Permalink

    test class files if they directly extend a superclass

    test class files if they directly extend a superclass

    S

    the superclass

  12. class SuperClassNameFilter extends Filter with ClassFileInterpretation

    Permalink

    test class files if they directly extend a superclass

  13. class TrueFilter extends Filter

    Permalink

    a zero filter for the and operation

Value Members

  1. object ClassAccessFlag

    Permalink

    Created with IntelliJ IDEA.

    Created with IntelliJ IDEA. User: ruben Date: 16.07.13 Time: 06:48

  2. object FieldAccessFlag

    Permalink
  3. object MethodAccessFlag

    Permalink

Ungrouped