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