Hierarchy For Package org.openrewrite.javascript.style
Class Hierarchy
- java.lang.Object
- org.openrewrite.style.NamedStyles (implements org.openrewrite.marker.Marker)
- org.openrewrite.javascript.style.Autodetect (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.PrettierStyle (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle (implements org.openrewrite.javascript.JavaScriptStyle, org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.AroundOperators (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.BeforeKeywords (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.BeforeLeftBrace (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.BeforeParentheses (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.Other (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.TernaryOperator (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.SpacesStyle.Within (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.TabsAndIndentsStyle (implements org.openrewrite.javascript.JavaScriptStyle, org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.WrappingAndBracesStyle (implements org.openrewrite.javascript.JavaScriptStyle, org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.WrappingAndBracesStyle.IfStatement (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.javascript.style.WrappingAndBracesStyle.KeepWhenReformatting (implements org.openrewrite.rpc.RpcCodec<T>)
- org.openrewrite.style.NamedStyles (implements org.openrewrite.marker.Marker)