public final class NormalAnnotationExpr extends AnnotationExpr
name
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
NormalAnnotationExpr() |
NormalAnnotationExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
NameExpr name,
List<MemberValuePair> pairs) |
NormalAnnotationExpr(NameExpr name,
List<MemberValuePair> pairs) |
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.
|
List<MemberValuePair> |
getPairs() |
void |
setPairs(List<MemberValuePair> pairs) |
getName, setName
addOrphanComment, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutComments
public NormalAnnotationExpr()
public NormalAnnotationExpr(NameExpr name, List<MemberValuePair> pairs)
public NormalAnnotationExpr(int beginLine, int beginColumn, int endLine, int endColumn, NameExpr name, List<MemberValuePair> pairs)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public List<MemberValuePair> getPairs()
public void setPairs(List<MemberValuePair> pairs)
Copyright © 2007-2015. All Rights Reserved.