Class InvocationMatcher.AdvancedInvocationMatcher

java.lang.Object
org.openrewrite.analysis.InvocationMatcher.AdvancedInvocationMatcher
Enclosing interface:
InvocationMatcher

public static final class InvocationMatcher.AdvancedInvocationMatcher extends Object
  • Constructor Details

    • AdvancedInvocationMatcher

      public AdvancedInvocationMatcher()
  • Method Details

    • isSelect

      public boolean isSelect(org.openrewrite.Cursor cursor)
    • isAnyArgument

      public boolean isAnyArgument(org.openrewrite.Cursor cursor)
    • isFirstParameter

      public boolean isFirstParameter(org.openrewrite.Cursor cursor)
    • isParameter

      public boolean isParameter(org.openrewrite.Cursor cursor, int parameterIndex)