Packages

c

org.opalj.br.analyses.cg

AbstractClassExtensibility

abstract class AbstractClassExtensibility extends ClassExtensibility

Linear Supertypes
ClassExtensibility, (ObjectType) ⇒ Answer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractClassExtensibility
  2. ClassExtensibility
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractClassExtensibility()

Abstract Value Members

  1. abstract val project: SomeProject

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Answer) ⇒ A): (ObjectType) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def apply(t: ObjectType): Answer

    See isClassExtensible.

    Definition Classes
    ClassExtensibility → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def compose[A](g: (A) ⇒ ObjectType): (A) ⇒ Answer
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def configuredExtensibleClasses: Iterator[(ObjectType, Answer)]

    Enables subclasses to explicitly specify the (non-)extensible types.

    Enables subclasses to explicitly specify the (non-)extensible types. This enables users to use domain knowledge to override the result of the base analysis.

    returns

    Those types for which the direct extensibility is explicit configured.

    Attributes
    protected[this]
    Note

    See AbstractClassExtensibility#parseSpecifiedClassesList for how to use OPAL's configuration to configure sets of object types.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isClassExtensible(t: ObjectType): Answer

    Determines whether the given class can directly be extended by (yet unknown) code.

    Determines whether the given class can directly be extended by (yet unknown) code.

    Definition Classes
    AbstractClassExtensibilityClassExtensibility
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def parseSpecifiedClassesList(simpleKey: String): List[ObjectType]

    Get the list of configured types using the configured config key.

    Get the list of configured types using the configured config key.

    simpleKey

    The simple name of the config key that will be used to get a list of configured object types. ClassExtensibilityKey.ConfigKeyPrefix.

    returns

    A list of ObjectTypes. The semantic of those types is encoded by the respective analysis; AbstractClassExtensibility#configuredExtensibleClasses.

    Attributes
    protected[this]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ClassExtensibility

Inherited from (ObjectType) ⇒ Answer

Inherited from AnyRef

Inherited from Any

Ungrouped