public static class ArrayType.ArrayBracketPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private NodeList<AnnotationExpr> |
annotations |
private TokenRange |
tokenRange |
| Constructor and Description |
|---|
ArrayBracketPair(TokenRange tokenRange,
NodeList<AnnotationExpr> annotations) |
| Modifier and Type | Method and Description |
|---|---|
NodeList<AnnotationExpr> |
getAnnotations() |
java.util.Optional<TokenRange> |
getTokenRange() |
ArrayType.ArrayBracketPair |
setAnnotations(NodeList<AnnotationExpr> annotations) |
ArrayType.ArrayBracketPair |
setTokenRange(TokenRange range) |
private TokenRange tokenRange
private NodeList<AnnotationExpr> annotations
public ArrayBracketPair(TokenRange tokenRange, NodeList<AnnotationExpr> annotations)
public NodeList<AnnotationExpr> getAnnotations()
public ArrayType.ArrayBracketPair setAnnotations(NodeList<AnnotationExpr> annotations)
public ArrayType.ArrayBracketPair setTokenRange(TokenRange range)
public java.util.Optional<TokenRange> getTokenRange()