Skip to content

DataFlowStack: Swift Implementation #48

Open
@ropwareJB

Description

@ropwareJB

Supply an implementation for the DataFlowStack-required interface for DataFlowCall:

  /** Gets an argument to this call as a Node. */
  ArgumentNode getAnArgumentNode(){ none() } // TODO: JB1 return an argument as a DataFlow ArgumentNode

  /** Gets the data flow node corresponding to this call. */
  ExprNode getNode() { none() } // TODO: JB1 return this Call as a Node

  /** Gets the target of the call, as a DataFlowCallable. */
  DataFlowCallable getARuntimeTarget(){ none() } // TODO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions