class TypeImmutabilityAnalysis extends FPCFAnalysis
Determines the mutability of a specific type by checking if all subtypes of a specific type are immutable and checking that the set of types is closed.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeImmutabilityAnalysis
- FPCFAnalysis
- ProjectBasedAnalysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeImmutabilityAnalysis(project: SomeProject)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
ch: ClassHierarchy
- Definition Classes
- ProjectBasedAnalysis
-
implicit final
def
classHierarchy: ClassHierarchy
- Definition Classes
- ProjectBasedAnalysis
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def doDetermineTypeMutability(typeExtensibility: (ObjectType) ⇒ Answer)(e: Entity): PropertyComputationResult
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit final
def
logContext: LogContext
- Definition Classes
- ProjectBasedAnalysis
-
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()
-
final
def
p: Project[_]
- Definition Classes
- ProjectBasedAnalysis
-
final
val
project: SomeProject
- Definition Classes
- TypeImmutabilityAnalysis → ProjectBasedAnalysis
-
implicit final
val
propertyStore: PropertyStore
- Definition Classes
- FPCFAnalysis
-
final
def
ps: PropertyStore
- Definition Classes
- FPCFAnalysis
-
def
step1(typeExtensibility: (ObjectType) ⇒ Answer)(t: ObjectType): PropertyComputationResult
- t
An object type which is not
java.lang.Object.
- def step2(t: ObjectType): PropertyComputationResult
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )