public class SimpleName extends Node implements NodeWithIdentifier<SimpleName>
Name
Node.ObserverRegistrationMode, Node.Parsedness
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration
Constructor and Description |
---|
SimpleName() |
SimpleName(String identifier) |
SimpleName(TokenRange tokenRange,
String identifier)
This constructor is used by the parser and is considered private.
|
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.
|
String |
asString() |
SimpleName |
clone() |
String |
getIdentifier() |
SimpleNameMetaModel |
getMetaModel() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
SimpleName |
setIdentifier(String identifier) |
addOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
getAncestorOfType
containsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBefore
public SimpleName()
public SimpleName(String identifier)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public SimpleName(TokenRange tokenRange, String identifier)
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
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public String getIdentifier()
getIdentifier
in interface NodeWithIdentifier<SimpleName>
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public SimpleName setIdentifier(String identifier)
setIdentifier
in interface NodeWithIdentifier<SimpleName>
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
public String asString()
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public SimpleName clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public SimpleNameMetaModel getMetaModel()
getMetaModel
in class Node
Copyright © 2007–2017. All rights reserved.