case class L1StaticFunctionCallInterpreter()(implicit p: SomeProject, ps: PropertyStore, project: SomeProject, highSoundness: Boolean) extends AssignmentBasedStringInterpreter with L1ArbitraryStaticFunctionCallInterpreter with L1StringValueOfFunctionCallInterpreter with L1SystemPropertiesInterpreter with Product with Serializable
Interprets some specific static calls in the context of their method as well as arbitrary static calls without a call graph.
- Source
- L1StaticFunctionCallInterpreter.scala
- See also
L1ArbitraryStaticFunctionCallInterpreter, L1StringValueOfFunctionCallInterpreter, L1SystemPropertiesInterpreter
- Alphabetic
- By Inheritance
- L1StaticFunctionCallInterpreter
- Serializable
- Product
- Equals
- L1SystemPropertiesInterpreter
- L1StringValueOfFunctionCallInterpreter
- L1ArbitraryStaticFunctionCallInterpreter
- L1FunctionCallInterpreter
- ParameterEvaluatingStringInterpreter
- AssignmentBasedStringInterpreter
- AssignmentLikeBasedStringInterpreter
- StringInterpreter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new L1StaticFunctionCallInterpreter()(implicit p: SomeProject, ps: PropertyStore, project: SomeProject, highSoundness: Boolean)
Type Members
- class FunctionCallState extends AnyRef
- Attributes
- protected[this]
- Definition Classes
- L1FunctionCallInterpreter
- type CallState = FunctionCallState
- Definition Classes
- L1ArbitraryStaticFunctionCallInterpreter → L1FunctionCallInterpreter
- type E = StaticFunctionCall[V]
- Definition Classes
- L1StaticFunctionCallInterpreter → L1StringValueOfFunctionCallInterpreter → L1ArbitraryStaticFunctionCallInterpreter → L1FunctionCallInterpreter → AssignmentLikeBasedStringInterpreter
- type T = Assignment[V]
- Definition Classes
- AssignmentBasedStringInterpreter → AssignmentLikeBasedStringInterpreter → StringInterpreter
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()
- def computeFinalResult(p: StringFlowFunctionProperty)(implicit state: InterpretationState): fpcf.Result
- Attributes
- protected[this]
- Definition Classes
- StringInterpreter
- def computeFinalResult(webs: Set[PDUWeb], sff: StringFlowFunction)(implicit state: InterpretationState): fpcf.Result
- Attributes
- protected[this]
- Definition Classes
- StringInterpreter
- def computeFinalResult(web: PDUWeb, sff: StringFlowFunction)(implicit state: InterpretationState): fpcf.Result
- Attributes
- protected[this]
- Definition Classes
- StringInterpreter
- def continuation(state: InterpretationState, callState: CallState)(eps: SomeEPS): ProperPropertyComputationResult
- Attributes
- protected[this]
- Definition Classes
- L1FunctionCallInterpreter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def failure(v: PV)(implicit state: InterpretationState, highSoundness: Boolean): fpcf.Result
- Attributes
- protected[this]
- Definition Classes
- StringInterpreter
- def failureTree(implicit highSoundness: Boolean): StringTreeNode
- Attributes
- protected[this]
- Definition Classes
- StringInterpreter
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getParametersForPC(pc: Int)(implicit state: InterpretationState): Seq[Expr[V]]
- Attributes
- protected
- Definition Classes
- ParameterEvaluatingStringInterpreter
- implicit val highSoundness: Boolean
- Definition Classes
- L1StaticFunctionCallInterpreter → L1FunctionCallInterpreter
- final def interpret(instr: T)(implicit state: InterpretationState): ProperPropertyComputationResult
- instr
The instruction that is to be interpreted.
- returns
A ProperPropertyComputationResult for the given pc containing the interpretation of the given instruction in the form of a StringFlowFunctionProperty.
- Definition Classes
- AssignmentLikeBasedStringInterpreter → StringInterpreter
- def interpretArbitraryCall(target: PV, call: E)(implicit state: InterpretationState): ProperPropertyComputationResult
- Definition Classes
- L1ArbitraryStaticFunctionCallInterpreter
- def interpretArbitraryCallToFunctions(implicit state: InterpretationState, callState: CallState): ProperPropertyComputationResult
- Attributes
- protected
- Definition Classes
- L1FunctionCallInterpreter
- def interpretExpr(target: PV, call: E)(implicit state: InterpretationState): ProperPropertyComputationResult
- Definition Classes
- L1StaticFunctionCallInterpreter → AssignmentBasedStringInterpreter
- final def interpretExpr(instr: T, expr: E)(implicit state: InterpretationState): ProperPropertyComputationResult
- Definition Classes
- AssignmentBasedStringInterpreter → AssignmentLikeBasedStringInterpreter
- def interpretGetSystemPropertiesCall(target: PV)(implicit state: InterpretationState): ProperPropertyComputationResult
- Attributes
- protected
- Definition Classes
- L1SystemPropertiesInterpreter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 val p: SomeProject
- Definition Classes
- L1StaticFunctionCallInterpreter → L1ArbitraryStaticFunctionCallInterpreter
- def processStringValueOf(target: PV, call: E)(implicit state: InterpretationState): ProperPropertyComputationResult
- Definition Classes
- L1StringValueOfFunctionCallInterpreter
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- implicit val project: SomeProject
- Definition Classes
- L1StaticFunctionCallInterpreter → L1SystemPropertiesInterpreter
- implicit val ps: PropertyStore
- Definition Classes
- L1StaticFunctionCallInterpreter → L1SystemPropertiesInterpreter → L1FunctionCallInterpreter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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