Package org.openrewrite.java.tree
Class J.Wildcard.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.Wildcard.Padding
-
- Enclosing class:
- J.Wildcard
public static class J.Wildcard.Padding extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Padding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable JLeftPadded<J.Wildcard.Bound>getBound()J.WildcardwithBound(@Nullable JLeftPadded<J.Wildcard.Bound> bound)
-
-
-
Method Detail
-
getBound
@Nullable public @Nullable JLeftPadded<J.Wildcard.Bound> getBound()
-
withBound
public J.Wildcard withBound(@Nullable @Nullable JLeftPadded<J.Wildcard.Bound> bound)
-
-