Package org.openrewrite.java.marker
Class OmitParentheses
java.lang.Object
org.openrewrite.java.marker.OmitParentheses
- All Implemented Interfaces:
org.openrewrite.marker.Marker,org.openrewrite.rpc.RpcCodec<OmitParentheses>
public class OmitParentheses
extends Object
implements org.openrewrite.marker.Marker, org.openrewrite.rpc.RpcCodec<OmitParentheses>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(OmitParentheses before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(OmitParentheses 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.marker.Marker
getId, print, withId
-
Constructor Details
-
OmitParentheses
public OmitParentheses()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<OmitParentheses>
-
rpcReceive
- Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<OmitParentheses>
-