abstract class AbstractClassExtensibility extends ClassExtensibility
- Alphabetic
- By Inheritance
- AbstractClassExtensibility
- ClassExtensibility
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )