mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Remove getNode as required interface
This commit is contained in:
@@ -896,9 +896,6 @@ class DataFlowCall extends CallInstruction {
|
||||
/** 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 getDataFlowNode() {none() }
|
||||
|
||||
/** Gets the target of the call, as a DataFlowCallable. */
|
||||
DataFlowCallable getARuntimeTarget(){ none() } // TODO getCallTarget() returns `Instruction`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user