Predicate Private :: summaryArgumentNode
Holds if summary node arg
is at position pos
in the call c
.
Import path
import semmle.code.java.dataflow.internal.FlowSummaryImpl
predicate
summaryArgumentNode
(
DataFlowCall
c
,
Node
arg
,
ArgumentPosition
pos
)