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