public final class VariableDeclaratorId extends Node implements NodeWithSimpleName<VariableDeclaratorId>
Node.ObserverRegistrationMode
ABSOLUTE_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, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
getNameAsString, setName
getAncestorOfType, setAsParentNodeOf, setAsParentNodeOf
public 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)
Visitable
accept
in interface Visitable
R
- 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)
Visitable
public 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()
Node
getNodeLists
in class Node
Copyright © 2007–2016. All rights reserved.