Package org.openrewrite.python.marker
Class Quoted
java.lang.Object
org.openrewrite.python.marker.Quoted
- All Implemented Interfaces:
org.openrewrite.marker.Marker
Used for `J.Identifier` nodes that are quoted in the source.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
getId, print, withId
-
Constructor Details
-
Quoted
public Quoted()
-