public class NameExpr extends Expression implements NodeWithSimpleName<NameExpr>
int x = a + 3; a is a SimpleName inside a NameExpr.Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
NameExpr() |
NameExpr(Range range,
SimpleName name) |
NameExpr(SimpleName name) |
NameExpr(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.
|
NameExpr |
clone() |
NameExprMetaModel |
getMetaModel() |
SimpleName |
getName() |
boolean |
remove(Node node) |
NameExpr |
setName(SimpleName name) |
addOrphanComment, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetNameAsString, setNamegetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfcontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic NameExpr()
public NameExpr(String name)
public NameExpr(SimpleName name)
public NameExpr(Range range, SimpleName name)
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 final SimpleName getName()
getName in interface NodeWithSimpleName<NameExpr>public NameExpr setName(SimpleName name)
setName in interface NodeWithSimpleName<NameExpr>public boolean remove(Node node)
remove in class Expressionpublic NameExpr clone()
clone in class Expressionpublic NameExprMetaModel getMetaModel()
getMetaModel in class ExpressionCopyright © 2007–2017. All rights reserved.