case class StringTreeEnvironment extends DataFlowEnvironment[StringTreeNode, StringTreeEnvironment] with Product with Serializable
A mapping from PDUWeb to StringTreeNode, used to identify the state of string variables during a given fixed point of the org.opalj.si.flowanalysis.DataFlowAnalysis.
- Alphabetic
- By Inheritance
- StringTreeEnvironment
- Serializable
- Product
- Equals
- DataFlowEnvironment
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 apply(web: PDUWeb): StringTreeNode
- def apply(pc: Int, pv: PV): StringTreeNode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bottom: StringTreeNode
- Definition Classes
- StringTreeEnvironment → DataFlowEnvironment
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join(other: StringTreeEnvironment): StringTreeEnvironment
- Definition Classes
- StringTreeEnvironment → DataFlowEnvironment
- def joinMany(envs: Iterable[StringTreeEnvironment]): StringTreeEnvironment
- Definition Classes
- StringTreeEnvironment → DataFlowEnvironment
- def mergeAllMatching(pc: Int, pv: PV): StringTreeNode
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recreate(newMap: Map[PDUWeb, StringTreeNode]): StringTreeEnvironment
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val top: StringTreeNode
- Definition Classes
- StringTreeEnvironment → DataFlowEnvironment
- def update(pc: Int, pv: PV, value: StringTreeNode): StringTreeEnvironment
- def update(web: PDUWeb, value: StringTreeNode): StringTreeEnvironment
- def updateAll(value: StringTreeNode): StringTreeEnvironment
- Definition Classes
- StringTreeEnvironment → DataFlowEnvironment
- 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