class FunctionCallState extends AnyRef
Instance Constructors
- new FunctionCallState(call: E, target: PV, parameters: Seq[PV], calleeMethods: Seq[Method] = Seq.empty, tacDependees: Map[Method, EOptionP[Method, properties.TACAI]] = Map.empty, returnDependees: Map[Method, Seq[EOptionP[VariableDefinition, StringConstancyProperty]]] = Map.empty, invalidatesParameters: Boolean = false)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def addCalledMethod(m: Method, tacDependee: EOptionP[Method, properties.TACAI]): Unit
- final def asInstanceOf[T0]: T0
- val call: E
- var calleeMethods: Seq[Method]
- def clone(): AnyRef
- def dependees: Iterable[SomeEOptionP]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hasDependees: Boolean
- var hasUnresolvableReturnValue: Map[Method, Boolean]
- def hashCode(): Int
- val invalidatesParameters: Boolean
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parameters: Seq[PV]
- var returnDependees: Map[Method, Seq[EOptionP[VariableDefinition, StringConstancyProperty]]]
- final def synchronized[T0](arg0: => T0): T0
- var tacDependees: Map[Method, EOptionP[Method, properties.TACAI]]
- val target: PV
- def toString(): String
- def updateReturnDependee(method: Method, newDependee: EOptionP[VariableDefinition, StringConstancyProperty]): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any