Class

de.aktey.scanndal.classfile.filter

InterfaceFilter

Related Doc: package filter

Permalink

class InterfaceFilter[I] extends InterfaceNameFilter

test class files if they directly implement an interface

I

the annotation class

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterfaceFilter
  2. InterfaceNameFilter
  3. ClassFileInterpretation
  4. Filter
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterfaceFilter()(implicit arg0: ClassTag[I])

    Permalink

Type Members

  1. implicit class ExtendedClassFile extends AnyRef

    Permalink

    extend a de.aktey.scanndal.classfile.ClassFile

    extend a de.aktey.scanndal.classfile.ClassFile

    Definition Classes
    ClassFileInterpretation
  2. implicit class ExtendedConstantPoolEntryUtf8 extends AnyRef

    Permalink

    extend a de.aktey.scanndal.classfile.ConstantPoolEntryUtf8

    extend a de.aktey.scanndal.classfile.ConstantPoolEntryUtf8

    Definition Classes
    ClassFileInterpretation

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &&(that: Filter): Filter

    Permalink

    combines two filters with a logical and

    combines two filters with a logical and

    that

    other filter

    Definition Classes
    Filter
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def andThen[A](g: (Boolean) ⇒ A): (ClassFile) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(classFile: ClassFile): Boolean

    Permalink
    Definition Classes
    InterfaceNameFilter → Function1
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[A](g: (A) ⇒ ClassFile): (A) ⇒ Boolean

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromCanonicalName(canonicalName: String): String

    Permalink
    Definition Classes
    ClassFileInterpretation
    Annotations
    @inline()
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. val interfaceName: String

    Permalink
    Definition Classes
    InterfaceNameFilter
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toCanonicalName(cpUtf8Entry: String): String

    Permalink
    Definition Classes
    ClassFileInterpretation
    Annotations
    @inline()
  23. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  24. def unary_!: Filter

    Permalink

    inverts a filter

    inverts a filter

    Definition Classes
    Filter
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def ||(that: Filter): Filter

    Permalink

    combines two filters with a logical and

    combines two filters with a logical and

    that

    other filter

    Definition Classes
    Filter

Inherited from InterfaceNameFilter

Inherited from ClassFileInterpretation

Inherited from Filter

Inherited from (ClassFile) ⇒ Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped