class State extends AnalysisState
- Alphabetic
- By Inheritance
- State
- AnalysisState
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new State(method: Method, context: Context, declClass: ObjectType, tac: TACode[TACMethodParameter, L2PurityAnalysis.V] = null, lbPurity: Purity = CompileTimePure, ubPurity: Purity = CompileTimePure)
- method
The currently analyzed method
- context
The corresponding Context we report results for
- declClass
The declaring class of the currently analyzed method
- lbPurity
The current minimum purity level for the method
- ubPurity
The current maximum purity level for the method that will be assigned by checkPurityOfX methods to aggregrate the purity
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 addClassImmutabilityDependee(t: ObjectType, eop: EOptionP[ObjectType, ClassImmutability], value: Expr[L2PurityAnalysis.V]): Unit
- def addFieldAssingabilityDependee(f: Field, eop: EOptionP[Field, FieldAssignability], owner: Option[Expr[L2PurityAnalysis.V]]): Unit
- def addFieldLocalityDependee(f: Field, eop: EOptionP[Field, FieldLocality], data: (Expr[L2PurityAnalysis.V], Purity)): Unit
- def addPurityDependee(context: Context, eop: EOptionP[Context, Purity], params: Seq[Expr[L2PurityAnalysis.V]]): Unit
- def addRVFDependee(context: Context, eop: EOptionP[Context, ReturnValueFreshness], data: (Option[Expr[L2PurityAnalysis.V]], Purity)): Unit
- def addTypeImmutabilityDependee(t: ObjectType, eop: EOptionP[ObjectType, TypeImmutability], value: Expr[L2PurityAnalysis.V]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var callees: Option[Callees]
- var calleesDependee: Option[EOptionP[DeclaredMethod, Callees]]
- var classImmutabilityDependees: Map[ObjectType, (EOptionP[ObjectType, ClassImmutability], Set[Expr[L2PurityAnalysis.V]])]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val context: Context
- Definition Classes
- State → AnalysisState
- val declClass: ObjectType
- Definition Classes
- State → AnalysisState
- def dependees: Set[SomeEOptionP]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var fieldAssignabilityDependees: Map[Field, (EOptionP[Field, FieldAssignability], Set[Option[Expr[L2PurityAnalysis.V]]])]
- var fieldLocalityDependees: Map[Field, (EOptionP[Field, FieldLocality], Set[(Expr[L2PurityAnalysis.V], Purity)])]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var lbPurity: Purity
- Definition Classes
- State → AnalysisState
- val method: Method
- Definition Classes
- State → AnalysisState
- 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()
- var purityDependees: Map[Context, (EOptionP[Context, Purity], Set[Seq[Expr[L2PurityAnalysis.V]]])]
- def removeClassImmutabilityDependee(t: ObjectType): Unit
- def removeFieldAssignabilityDependee(f: Field): Unit
- def removeFieldLocalityDependee(f: Field): Unit
- def removePurityDependee(context: Context): Unit
- def removeRVFDependee(context: Context): Unit
- def removeTypeImmutabilityDependee(t: ObjectType): Unit
- var rvfCallSites: IntMap[(Option[Expr[L2PurityAnalysis.V]], Purity)]
- var rvfDependees: Map[Context, (EOptionP[Context, ReturnValueFreshness], Set[(Option[Expr[L2PurityAnalysis.V]], Purity)])]
- var staticDataUsage: Option[EOptionP[DeclaredMethod, StaticDataUsage]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var tac: TACode[TACMethodParameter, L2PurityAnalysis.V]
- Definition Classes
- State → AnalysisState
- var tacai: Option[EOptionP[Method, properties.TACAI]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- var typeImmutabilityDependees: Map[ObjectType, (EOptionP[ObjectType, TypeImmutability], Set[Expr[L2PurityAnalysis.V]])]
- var ubPurity: Purity
- Definition Classes
- State → AnalysisState
- def updateCalleesDependee(eps: EOptionP[DeclaredMethod, Callees]): Unit
- def updateStaticDataUsage(eps: Option[EOptionP[DeclaredMethod, StaticDataUsage]]): Unit
- def updateTacai(eps: EOptionP[Method, properties.TACAI]): Unit
- 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