Interface GlobalDataFlow.Accumulator

Enclosing class:
GlobalDataFlow

public static interface GlobalDataFlow.Accumulator
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    isFlowParticipant(org.openrewrite.Cursor cursor)
     
    default boolean
    isSink(org.openrewrite.Cursor cursor)
     
    default boolean
    isSource(org.openrewrite.Cursor cursor)
     
    default org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     
    summary(org.openrewrite.Cursor cursor)
     
  • Method Details

    • scanner

      org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> scanner()
    • summary

      GlobalDataFlow.Summary summary(org.openrewrite.Cursor cursor)
    • 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)