@Deprecated public class ArrayBracketPair extends Node implements NodeWithAnnotations<ArrayBracketPair>
int[] a[]; there are two ArrayBracketPair objects,
one for the [] after int, one for the [] after a.Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ArrayBracketPair()
Deprecated.
|
ArrayBracketPair(NodeList<AnnotationExpr> annotations)
Deprecated.
|
ArrayBracketPair(Range range,
NodeList<AnnotationExpr> annotations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Deprecated.
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Deprecated.
Accept method for visitor support.
|
NodeList<AnnotationExpr> |
getAnnotations()
Deprecated.
|
List<NodeList<?>> |
getNodeLists()
Deprecated.
The list of NodeLists owned by this node.
|
ArrayBracketPair |
setAnnotations(NodeList<AnnotationExpr> annotations)
Deprecated.
|
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getData, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isPositionedAfter, isPositionedBefore, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitaddAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresentgetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfpublic ArrayBracketPair()
public ArrayBracketPair(NodeList<AnnotationExpr> annotations)
public ArrayBracketPair(Range range, NodeList<AnnotationExpr> annotations)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic NodeList<AnnotationExpr> getAnnotations()
getAnnotations in interface NodeWithAnnotations<ArrayBracketPair>public ArrayBracketPair setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<ArrayBracketPair>public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class NodeCopyright © 2007–2016. All rights reserved.