Package org.openrewrite.python.marker
Class PythonResolutionResult.SourceIndex
java.lang.Object
org.openrewrite.python.marker.PythonResolutionResult.SourceIndex
- All Implemented Interfaces:
org.openrewrite.rpc.RpcCodec<PythonResolutionResult.SourceIndex>
- Enclosing class:
PythonResolutionResult
public static class PythonResolutionResult.SourceIndex
extends Object
implements org.openrewrite.rpc.RpcCodec<PythonResolutionResult.SourceIndex>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(PythonResolutionResult.SourceIndex before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(PythonResolutionResult.SourceIndex after, org.openrewrite.rpc.RpcSendQueue q)
-
Constructor Details
-
SourceIndex
public SourceIndex()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<PythonResolutionResult.SourceIndex>
-
rpcReceive
public PythonResolutionResult.SourceIndex rpcReceive(PythonResolutionResult.SourceIndex before, org.openrewrite.rpc.RpcReceiveQueue q) - Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<PythonResolutionResult.SourceIndex>
-