package string
- Alphabetic
- Public
- Protected
Type Members
- case class ConstForAllFlow(result: StringTreeNode) extends StringFlowFunction with Product with Serializable
- case class MethodStringFlow(env: StringTreeEnvironment) extends Property with MethodStringFlowPropertyMetaInformation with Product with Serializable
- sealed trait MethodStringFlowPropertyMetaInformation extends PropertyMetaInformation
An FPCF property that captures the string flow results of an entire method based on the final StringTreeEnvironment after executing the org.opalj.si.flowanalysis.DataFlowAnalysis.
An FPCF property that captures the string flow results of an entire method based on the final StringTreeEnvironment after executing the org.opalj.si.flowanalysis.DataFlowAnalysis.
- See also
- trait StringFlowFunction extends (StringTreeEnvironment) => StringTreeEnvironment
- case class StringFlowFunctionProperty(webs: Set[PDUWeb], flow: StringFlowFunction) extends Property with StringFlowFunctionPropertyMetaInformation with Product with Serializable
- sealed trait StringFlowFunctionPropertyMetaInformation extends PropertyMetaInformation
An FPCF property representing a string flow function at a fixed org.opalj.tac.fpcf.analyses.string.MethodPC to be used during org.opalj.si.flowanalysis.DataFlowAnalysis.
An FPCF property representing a string flow function at a fixed org.opalj.tac.fpcf.analyses.string.MethodPC to be used during org.opalj.si.flowanalysis.DataFlowAnalysis. Can be produced by e.g. org.opalj.tac.fpcf.analyses.string.StringInterpreters.
- 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.
Value Members
- object MethodStringFlow extends MethodStringFlowPropertyMetaInformation with Serializable
- object StringFlowFunctionProperty extends StringFlowFunctionPropertyMetaInformation with Serializable
- object StringTreeEnvironment extends Serializable