Package org.openrewrite.java.tree
Class J.ArrayDimension.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.ArrayDimension.Padding
-
- Enclosing class:
- J.ArrayDimension
public static class J.ArrayDimension.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<Expression>getIndex()J.ArrayDimensionwithIndex(JRightPadded<Expression> index)
-
-
-
Method Detail
-
getIndex
public JRightPadded<Expression> getIndex()
-
withIndex
public J.ArrayDimension withIndex(JRightPadded<Expression> index)
-
-