class CallString extends CallStringValueAnalysis[ConstantPropagationLattice.type]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallString
  2. CallStringValueAnalysis
  3. CallStringFunctions
  4. ContextSensitiveValueAnalysis
  5. CallContextFunctions
  6. InterprocValueAnalysisMisc
  7. ValueAnalysisMisc
  8. WorklistFixpointPropagationSolver
  9. WorklistFixpointPropagationFunctions
  10. WorklistFixpointSolverWithReachability
  11. WorklistFixpointSolver
  12. ListSetWorklist
  13. Worklist
  14. MapLiftLatticeSolver
  15. MapLatticeSolver
  16. LatticeSolver
  17. ContextSensitiveForwardDependencies
  18. Dependencies
  19. FlowSensitiveAnalysis
  20. Analysis
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CallString(cfg: InterproceduralProgramCfg)(implicit declData: DeclarationData)

Type Members

  1. type statelatticetype = Lattice

    The type for the abstract state lattice.

    The type for the abstract state lattice.

    Definition Classes
    CallContextFunctions

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(ns: Set[(CallStringContext, CfgNode)]): Unit

    Adds a set of items to the worklist.

    Adds a set of items to the worklist.

    Definition Classes
    ListSetWorklistWorklist
  5. def add(n: (CallStringContext, CfgNode)): Unit

    Adds an item to the worklist.

    Adds an item to the worklist.

    Definition Classes
    ListSetWorklistWorklist
  6. def analyze(): Element

    The analyze function.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cfg: InterproceduralProgramCfg
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. implicit val declData: DeclarationData
  11. val declaredVars: Set[ADeclaration]

    Set of declared variables, used by statelattice.

    Set of declared variables, used by statelattice.

    Definition Classes
    ValueAnalysisMisc
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def eval(exp: AExpr, env: Element)(implicit declData: DeclarationData): lattices.ConstantPropagationLattice.Element

    Default implementation of eval.

    Default implementation of eval.

    Definition Classes
    ValueAnalysisMisc
  15. def evalArgs(formalParams: Seq[ADeclaration], actualParams: Seq[AExpr], state: Element): Element

    Abstract evaluation of function arguments.

    Abstract evaluation of function arguments.

    Definition Classes
    InterprocValueAnalysisMisc
  16. val first: Set[(CallStringContext, CfgNode)]

    Worklist start locations.

  17. def funsub(n: (CallStringContext, CfgNode), x: Element): Element

    The constraint function for individual elements in the map domain.

    The constraint function for individual elements in the map domain. First computes the join of the incoming elements and then applies the transfer function.

    n

    the current location in the map domain

    x

    the current lattice element for all locations

    returns

    the output sublattice element

    Definition Classes
    MapLatticeSolver
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def indep(n: (CallStringContext, CfgNode)): Set[(CallStringContext, CfgNode)]

    (Not implemented as it is not used by any existing analysis.)

    (Not implemented as it is not used by any existing analysis.)

    n

    an element from the worklist

    returns

    the elements that the given element depends on

    Definition Classes
    ContextSensitiveForwardDependenciesDependencies
  21. def init: Lift

    The initial lattice element at the start locations is "reachable".

    The initial lattice element at the start locations is "reachable".

    Definition Classes
    ContextSensitiveValueAnalysisWorklistFixpointPropagationSolverWorklistFixpointPropagationFunctions
  22. def initialContext: CallStringContext

    Creates a context as the empty list.

    Creates a context as the empty list.

    Definition Classes
    CallStringFunctionsCallContextFunctions
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def join(n: (CallStringContext, CfgNode), o: Element): Element

    Computes the least upper bound of the incoming elements.

    Computes the least upper bound of the incoming elements.

    Definition Classes
    MapLatticeSolver
  25. val lattice: MapLattice[(CallStringContext, CfgNode), liftedstatelattice.type]

    The analysis lattice.

  26. val liftedstatelattice: LiftLattice[statelattice.type]

    Lifted state lattice, with new bottom element representing "unreachable".

    Lifted state lattice, with new bottom element representing "unreachable".

    Definition Classes
    ContextSensitiveValueAnalysisInterprocValueAnalysisMisc
  27. def localTransfer(n: CfgNode, s: Element): Element

    Transfer function for state lattice elements.

    Transfer function for state lattice elements.

    Definition Classes
    ValueAnalysisMisc
  28. def makeCallContext(c: CallStringContext, n: CfgCallNode, x: Element, f: CfgFunEntryNode): CallStringContext

    Creates a context as the singleton list consisting of the call node (and ignoring the other arguments).

    Creates a context as the singleton list consisting of the call node (and ignoring the other arguments).

    c

    the caller context

    n

    the current call node

    x

    the callee entry abstract state

    f

    the callee function

    returns

    the context for the callee

    Definition Classes
    CallStringFunctionsCallContextFunctions
  29. val maxCallStringLength: Int

    Default maximum length for call strings: 1.

    Default maximum length for call strings: 1.

    Definition Classes
    CallStringValueAnalysisCallStringFunctions
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. def outdep(n: (CallStringContext, CfgNode)): Set[(CallStringContext, CfgNode)]

    Like InterproceduralForwardDependencies.outdep but returning an empty set for call nodes and function exit nodes, and using the same context as the given pair.

    Like InterproceduralForwardDependencies.outdep but returning an empty set for call nodes and function exit nodes, and using the same context as the given pair.

    n

    an element from the worklist

    returns

    the elements that depend on the given element

    Definition Classes
    ContextSensitiveForwardDependenciesDependencies
  34. def process(n: (CallStringContext, CfgNode)): Unit

    This method overrides the one from WorklistFixpointSolver.

    This method overrides the one from WorklistFixpointSolver. Called by the worklist solver when a node is visited.

    Definition Classes
    WorklistFixpointPropagationSolverWorklistFixpointSolverWorklist
  35. def propagate(y: Element, m: (CallStringContext, CfgNode)): Unit

    Propagates lattice element y to node m.

    Propagates lattice element y to node m.

    Definition Classes
    WorklistFixpointPropagationFunctions
  36. val returnEdges: HashMap[(CallStringContext, CfgFunExitNode), Set[(CallStringContext, CfgAfterCallNode)]] with MultiMap[(CallStringContext, CfgFunExitNode), (CallStringContext, CfgAfterCallNode)]

    Collect (reverse) call edges, such that we don't have to search through the global lattice element to find the relevant call contexts.

    Collect (reverse) call edges, such that we don't have to search through the global lattice element to find the relevant call contexts.

    Definition Classes
    ContextSensitiveValueAnalysis
  37. def run(first: Set[(CallStringContext, CfgNode)]): Unit

    Iterates until there is no more work to do.

    Iterates until there is no more work to do.

    first

    the initial contents of the worklist

    Definition Classes
    ListSetWorklistWorklist
  38. val stateAfterNode: Boolean
    Definition Classes
    FlowSensitiveAnalysis
  39. val statelattice: MapLattice[ADeclaration, valuelattice.type]

    The lattice of abstract states.

    The lattice of abstract states.

    Definition Classes
    ValueAnalysisMisc
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def transfer(n: (CallStringContext, CfgNode), s: Element): Element

    The transfer function.

    The transfer function.

    Definition Classes
    MapLiftLatticeSolverMapLatticeSolver
  43. def transferUnlifted(n: (CallStringContext, CfgNode), s: Element): Element

    Transfer function for state lattice elements.

    Transfer function for state lattice elements.

    Definition Classes
    ContextSensitiveValueAnalysisMapLiftLatticeSolver
  44. val valuelattice: ConstantPropagationLattice.type

    The lattice of abstract values.

    The lattice of abstract values.

    Definition Classes
    CallStringValueAnalysisValueAnalysisMisc
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val x: Element

    The current lattice element.

    The current lattice element.

    Definition Classes
    WorklistFixpointSolver

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Ungrouped