public abstract class AnnotationExpr extends Expression implements org.walkmod.merger.Mergeable<AnnotationExpr>
| Constructor and Description |
|---|
AnnotationExpr() |
AnnotationExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<?> |
getIdentityComparator() |
NameExpr |
getName() |
void |
setName(NameExpr name) |
accept, accept, contains, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, isInEqualLocation, isNewNode, isPreviousThan, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringprotected NameExpr name
public AnnotationExpr()
public AnnotationExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn)
public NameExpr getName()
public void setName(NameExpr name)
public Comparator<?> getIdentityComparator()
getIdentityComparator in interface org.walkmod.merger.IdentificableNodeCopyright © 2015. All rights reserved.