class State extends AnalysisState
- Alphabetic
- By Inheritance
- State
- AnalysisState
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new State(dependees: Set[EOptionP[Entity, Property]], method: Method, context: Context, declClass: ObjectType, tac: TACode[TACMethodParameter, L1PurityAnalysis.V] = null, lbPurity: Purity = Pure, ubPurity: Purity = Pure)
- dependees
The set of entities/properties the purity depends on
- method
The currently analyzed method
- context
The corresponding Context we report results for
- declClass
The declaring class of the currently analyzed method
- tac
The method's three address code
- 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
- 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()
- val context: Context
- Definition Classes
- State → AnalysisState
- val declClass: ObjectType
- Definition Classes
- State → AnalysisState
- var dependees: Set[EOptionP[Entity, Property]]
- 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()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var tac: TACode[TACMethodParameter, L1PurityAnalysis.V]
- Definition Classes
- State → AnalysisState
- def toString(): String
- Definition Classes
- AnyRef → Any
- var ubPurity: Purity
- Definition Classes
- State → AnalysisState
- 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