public final class VariableDeclaratorId extends Node implements NodeWithSimpleName<VariableDeclaratorId>
Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
VariableDeclaratorId() |
VariableDeclaratorId(Range range,
SimpleName name,
NodeList<ArrayBracketPair> arrayBracketPairsAfterId) |
VariableDeclaratorId(SimpleName name) |
VariableDeclaratorId(String name) |
| 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<ArrayBracketPair> |
getArrayBracketPairsAfterId() |
SimpleName |
getName() |
List<NodeList<?>> |
getNodeLists()
The list of NodeLists owned by this node.
|
VariableDeclaratorId |
setArrayBracketPairsAfterId(NodeList<ArrayBracketPair> arrayBracketPairsAfterId) |
VariableDeclaratorId |
setName(SimpleName name) |
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, waitgetNameAsString, setNamegetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfpublic VariableDeclaratorId()
public VariableDeclaratorId(String name)
public VariableDeclaratorId(SimpleName name)
public VariableDeclaratorId(Range range, SimpleName name, NodeList<ArrayBracketPair> arrayBracketPairsAfterId)
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 SimpleName getName()
getName in interface NodeWithSimpleName<VariableDeclaratorId>public VariableDeclaratorId setName(SimpleName name)
setName in interface NodeWithSimpleName<VariableDeclaratorId>public NodeList<ArrayBracketPair> getArrayBracketPairsAfterId()
public VariableDeclaratorId setArrayBracketPairsAfterId(NodeList<ArrayBracketPair> arrayBracketPairsAfterId)
public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class NodeCopyright © 2007–2016. All rights reserved.