Predicate Private :: summaryReturnNode
Holds if summary node ret
is a return node of kind rk
.
Import path
import semmle.code.java.dataflow.internal.FlowSummaryImpl
predicate
summaryReturnNode
(
Node
ret
,
ReturnKind
rk
)