Package org.openrewrite.javascript.style
Class TabsAndIndentsStyle
java.lang.Object
org.openrewrite.javascript.style.TabsAndIndentsStyle
- All Implemented Interfaces:
JavaScriptStyle,org.openrewrite.rpc.RpcCodec<TabsAndIndentsStyle>,org.openrewrite.style.Style
public class TabsAndIndentsStyle
extends Object
implements JavaScriptStyle, org.openrewrite.rpc.RpcCodec<TabsAndIndentsStyle>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(TabsAndIndentsStyle before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(TabsAndIndentsStyle after, org.openrewrite.rpc.RpcSendQueue q) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.style.Style
applyDefaults, getJacksonPolymorphicTypeTag, merge
-
Constructor Details
-
TabsAndIndentsStyle
public TabsAndIndentsStyle()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<TabsAndIndentsStyle>
-
rpcReceive
public TabsAndIndentsStyle rpcReceive(TabsAndIndentsStyle before, org.openrewrite.rpc.RpcReceiveQueue q) - Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<TabsAndIndentsStyle>
-