trait PointsToBase extends AbstractPointsToBasedAnalysis
- Alphabetic
- By Inheritance
- PointsToBase
- AbstractPointsToBasedAnalysis
- ContextualAnalysis
- FPCFAnalysis
- ProjectBasedAnalysis
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type ContextType <: Context
- Definition Classes
- ContextualAnalysis
- type DependerType = AnyRef
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- type ElementType = TamiFlexPointsToAnalysis.ElementType
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- type PointsToSet = TamiFlexPointsToAnalysis.PointsToSet
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- abstract type State <: TACAIBasedAnalysisState[ContextType]
- Attributes
- protected[this]
- Definition Classes
- AbstractPointsToBasedAnalysis
Abstract Value Members
- abstract val project: SomeProject
- Definition Classes
- ProjectBasedAnalysis
- implicit abstract val typeIterator: TypeIterator
- Attributes
- protected[this]
- Definition Classes
- AbstractPointsToBasedAnalysis
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
- 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createPointsToSet(pc: Int, callContext: ContextType, allocatedType: ReferenceType, isConstant: Boolean, isEmptyArray: Boolean): PointsToSet
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- implicit val definitionSites: DefinitionSites
- Attributes
- protected[this]
- Definition Classes
- AbstractPointsToBasedAnalysis
- def emptyPointsToSet: PointsToSet
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val formalParameters: VirtualFormalParameters
- Attributes
- protected[this]
- Definition Classes
- AbstractPointsToBasedAnalysis
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getTypeIdOf(element: ElementType): Int
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- Annotations
- @inline()
- def getTypeOf(element: ElementType): ReferenceType
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isEmptyArray(element: ElementType): Boolean
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- Annotations
- @inline()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit final def p: SomeProject
- Definition Classes
- ProjectBasedAnalysis
- val pointsToPropertyKey: PropertyKey[PointsToSet]
- Attributes
- protected[this]
- Definition Classes
- PointsToBase → AbstractPointsToBasedAnalysis
- def pointsToUB(eOptP: EOptionP[Entity, PointsToSet]): PointsToSet
- Attributes
- protected[this]
- Definition Classes
- AbstractPointsToBasedAnalysis
- Annotations
- @inline()
- implicit final val propertyStore: PropertyStore
- Definition Classes
- FPCFAnalysis
- final def ps: PropertyStore
- Definition Classes
- FPCFAnalysis
- 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