Class SinkFlowSummary
java.lang.Object
org.openrewrite.analysis.dataflow.analysis.SinkFlowSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SinkFlowSummarycreate(FlowGraph start, DataFlowSpec spec, Set<org.openrewrite.java.tree.Expression> reachable) org.openrewrite.java.tree.JbooleanisEmpty()boolean
-
Constructor Details
-
SinkFlowSummary
public SinkFlowSummary()
-
-
Method Details
-
getSource
public org.openrewrite.java.tree.J getSource() -
isEmpty
public boolean isEmpty() -
isNotEmpty
public boolean isNotEmpty() -
create
public static SinkFlowSummary create(FlowGraph start, DataFlowSpec spec, Set<org.openrewrite.java.tree.Expression> reachable)
-