Package org.openrewrite.java.tree
Class J.Label.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.Label.Padding
-
- Enclosing class:
- J.Label
public static class J.Label.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRightPadded<J.Identifier>getLabel()J.LabelwithLabel(JRightPadded<J.Identifier> label)
-
-
-
Method Detail
-
getLabel
public JRightPadded<J.Identifier> getLabel()
-
withLabel
public J.Label withLabel(JRightPadded<J.Identifier> label)
-
-