abstract class AbstractClassExtensibility extends ClassExtensibility
- Alphabetic
- By Inheritance
- AbstractClassExtensibility
- ClassExtensibility
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AbstractClassExtensibility()
Abstract Value Members
- abstract val project: SomeProject
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen[A](g: (Answer) => A): (ObjectType) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def apply(t: ObjectType): Answer
See isClassExtensible.
See isClassExtensible.
- Definition Classes
- ClassExtensibility → Function1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compose[A](g: (A) => ObjectType): (A) => Answer
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- AbstractClassExtensibility → ClassExtensibility
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated