openrewrite / rewrite-analysis

OpenRewrite recipes for data flow analysis.
Apache License 2.0
8 stars 8 forks source link

Add `InvocationMatcher` `isArgument` & `isFirstArgument` #45

Closed JLLeitschuh closed 6 months ago

JLLeitschuh commented 6 months ago

Allows for determining if a given parameter is an argument at a given index.

Signed-off-by: Jonathan Leitschuh Jonathan.Leitschuh@gmail.com