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