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