public class ArrayCreationLevel extends Node implements NodeWithAnnotations<ArrayCreationLevel>
new int[1][2]; there are two ArrayCreationLevel objects,
the first one contains the expression "1",
the second the expression "2".ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION| Constructor and Description |
|---|
ArrayCreationLevel(Range range,
Optional<Expression> dimension,
NodeList<AnnotationExpr> annotations) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
NodeList<AnnotationExpr> |
getAnnotations() |
Optional<Expression> |
getDimension() |
ArrayCreationLevel |
setAnnotations(NodeList<AnnotationExpr> annotations) |
ArrayCreationLevel |
setDimension(Optional<Expression> dimension) |
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBackwardsCompatibleChildrenNodes, getBegin, getChildrenNodes, getComment, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeOfType, getRange, getUserData, hashCode, isPositionedAfter, isPositionedBefore, remove, setAsParentNodeOf, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBlockComment, setComment, setEnd, setLineComment, setParentNode, setRange, setUserData, toString, toStringWithoutComments, tryAddImportToParentCompilationUnitfinalize, getClass, notify, notifyAll, wait, wait, waitaddAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresentpublic ArrayCreationLevel(Range range, Optional<Expression> dimension, NodeList<AnnotationExpr> annotations)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic ArrayCreationLevel setDimension(Optional<Expression> dimension)
public Optional<Expression> getDimension()
public NodeList<AnnotationExpr> getAnnotations()
getAnnotations in interface NodeWithAnnotations<ArrayCreationLevel>public ArrayCreationLevel setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<ArrayCreationLevel>Copyright © 2007–2016. All rights reserved.