Package org.openrewrite.java.tree
Class JavaType.Annotation.SingleElementValue
java.lang.Object
org.openrewrite.java.tree.JavaType.Annotation.SingleElementValue
- All Implemented Interfaces:
JavaType.Annotation.ElementValue,org.openrewrite.rpc.RpcCodec<JavaType.Annotation.SingleElementValue>
- Enclosing class:
JavaType.Annotation
public static class JavaType.Annotation.SingleElementValue
extends Object
implements JavaType.Annotation.ElementValue, org.openrewrite.rpc.RpcCodec<JavaType.Annotation.SingleElementValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()rpcReceive(JavaType.Annotation.SingleElementValue before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(JavaType.Annotation.SingleElementValue 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.java.tree.JavaType.Annotation.ElementValue
getElement
-
Constructor Details
-
SingleElementValue
public SingleElementValue()
-
-
Method Details
-
from
-
getValue
- Specified by:
getValuein interfaceJavaType.Annotation.ElementValue
-
rpcSend
public void rpcSend(JavaType.Annotation.SingleElementValue after, org.openrewrite.rpc.RpcSendQueue q) - Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<JavaType.Annotation.SingleElementValue>
-
rpcReceive
public JavaType.Annotation.SingleElementValue rpcReceive(JavaType.Annotation.SingleElementValue before, org.openrewrite.rpc.RpcReceiveQueue q) - Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<JavaType.Annotation.SingleElementValue>
-