Package org.openrewrite.python.trait
Class PyProjectFile.Matcher
java.lang.Object
org.openrewrite.trait.SimpleTraitMatcher<PyProjectFile>
org.openrewrite.python.trait.PyProjectFile.Matcher
- All Implemented Interfaces:
org.openrewrite.trait.TraitMatcher<PyProjectFile>
- Enclosing class:
PyProjectFile
public static class PyProjectFile.Matcher
extends org.openrewrite.trait.SimpleTraitMatcher<PyProjectFile>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable PyProjectFiletest(org.openrewrite.Cursor cursor) Methods inherited from class org.openrewrite.trait.SimpleTraitMatcher
asVisitor, get, higher, lowerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.trait.TraitMatcher
asVisitor, get, lower, require, require
-
Constructor Details
-
Matcher
public Matcher()
-
-
Method Details
-
test
- Specified by:
testin classorg.openrewrite.trait.SimpleTraitMatcher<PyProjectFile>
-