Interface GlobalDataFlow.Accumulator
- Enclosing class:
- GlobalDataFlow
public static interface GlobalDataFlow.Accumulator
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisFlowParticipant(org.openrewrite.Cursor cursor) default booleanisSink(org.openrewrite.Cursor cursor) default booleanisSource(org.openrewrite.Cursor cursor) default org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> renderer()org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> scanner()summary(org.openrewrite.Cursor cursor)
-
Method Details
-
scanner
org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> scanner() -
summary
-
renderer
default org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> renderer() -
isSource
default boolean isSource(org.openrewrite.Cursor cursor) -
isSink
default boolean isSink(org.openrewrite.Cursor cursor) -
isFlowParticipant
default boolean isFlowParticipant(org.openrewrite.Cursor cursor)
-