Class

de.aktey.scanndal.classfile.filter

SuperClassNameFilter

Related Doc: package filter

Permalink

class SuperClassNameFilter extends Filter with ClassFileInterpretation

test class files if they directly extend a superclass

Linear Supertypes
ClassFileInterpretation, Filter, (ClassFile) ⇒ Boolean, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SuperClassNameFilter
  2. ClassFileInterpretation
  3. Filter
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SuperClassNameFilter(canonicalName: String)

    Permalink

    canonicalName

    the canonical name of the superclass

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(cf: ClassFile): Boolean

    Permalink
    Definition Classes
    SuperClassNameFilter → 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. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val superTypeInfo: String

    Permalink
  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 ClassFileInterpretation

Inherited from Filter

Inherited from (ClassFile) ⇒ Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped