class AliasAnalysisContext extends AnyRef
Encapsulates the context of an alias analysis computation.
It contains the entity for which the aliasing information is computed, the current project, and the property store used to query other properties.
It can be overridden to provide additional information to the computation.
- Alphabetic
- By Inheritance
- AliasAnalysisContext
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AliasAnalysisContext(entity: AliasEntity, project: SomeProject, propertyStore: PropertyStore)
- entity
The entity for which the aliasing information is computed.
- project
The current project.
- propertyStore
The property store.
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def context1: Context
- returns
The context of the first element of the AliasEntity.
- def context2: Context
- returns
The context of the second element of the AliasEntity.
- def contextOf(ase: AliasSourceElement): Context
- returns
The context of the given AliasSourceElement.
- def element1: AliasSourceElement
- returns
The first AliasSourceElement of the AliasEntity.
- def element2: AliasSourceElement
- returns
The second AliasSourceElement of the AliasEntity
- val entity: AliasEntity
- 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 isElement1(e: AliasSourceElement): Boolean
- returns
trueif the given AliasSourceElement is the first element of the AliasEntity.
- def isElement2(e: AliasSourceElement): Boolean
- returns
trueif the given AliasSourceElement is the second element of the AliasEntity.
- 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()
- val project: SomeProject
- val propertyStore: PropertyStore
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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
- Deprecated