Class MethodParameterNode
- java.lang.Object
-
- dev.hilla.parser.core.AbstractNode<MethodParameterInfoModel,String>
-
- dev.hilla.parser.plugins.backbone.nodes.MethodParameterNode
-
- All Implemented Interfaces:
Node<MethodParameterInfoModel,String>
public final class MethodParameterNode extends AbstractNode<MethodParameterInfoModel,String>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MethodParameterNodeof(MethodParameterInfoModel source, String target)
-
-
-
Method Detail
-
of
@Nonnull public static MethodParameterNode of(@Nonnull MethodParameterInfoModel source, @Nonnull String target)
-
-