ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
QualifiedNameExpr() |
QualifiedNameExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
NameExpr scope,
String name)
Deprecated.
prefer using Range objects.
|
QualifiedNameExpr(NameExpr scope,
String name) |
QualifiedNameExpr(Range range,
NameExpr scope,
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 |
getQualifier() |
void |
setQualifier(NameExpr qualifier) |
addOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEnd, getEndColumn, getEndLine, getOrphanComments, getParentNode, getRange, hasComment, hashCode, isPositionedAfter, isPositionedAfter, isPositionedBefore, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBeginColumn, setBeginLine, setComment, setData, setEnd, setEndColumn, setEndLine, setParentNode, setRange, toString, toStringWithoutComments
public QualifiedNameExpr()
@Deprecated public QualifiedNameExpr(int beginLine, int beginColumn, int endLine, int endColumn, NameExpr scope, String name)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public NameExpr getQualifier()
public void setQualifier(NameExpr qualifier)
Copyright © 2007–2016. All rights reserved.