Class Quoted

java.lang.Object
org.openrewrite.python.marker.Quoted
All Implemented Interfaces:
org.openrewrite.marker.Marker, org.openrewrite.rpc.RpcCodec<Quoted>

public class Quoted extends Object implements org.openrewrite.marker.Marker, org.openrewrite.rpc.RpcCodec<Quoted>
Used for `J.Identifier` nodes that are quoted in the source.
  • Constructor Details

    • Quoted

      public Quoted()
  • Method Details

    • rpcSend

      public void rpcSend(Quoted after, org.openrewrite.rpc.RpcSendQueue q)
      Specified by:
      rpcSend in interface org.openrewrite.rpc.RpcCodec<Quoted>
    • rpcReceive

      public Quoted rpcReceive(Quoted before, org.openrewrite.rpc.RpcReceiveQueue q)
      Specified by:
      rpcReceive in interface org.openrewrite.rpc.RpcCodec<Quoted>