public final class SingleMemberAnnotationExpr extends AnnotationExpr
name
Constructor and Description |
---|
SingleMemberAnnotationExpr() |
SingleMemberAnnotationExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
NameExpr name,
Expression memberValue) |
SingleMemberAnnotationExpr(NameExpr name,
Expression memberValue) |
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.
|
Expression |
getMemberValue() |
void |
setMemberValue(Expression memberValue) |
getName, setName
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public SingleMemberAnnotationExpr()
public SingleMemberAnnotationExpr(NameExpr name, Expression memberValue)
public SingleMemberAnnotationExpr(int beginLine, int beginColumn, int endLine, int endColumn, NameExpr name, Expression memberValue)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public Expression getMemberValue()
public void setMemberValue(Expression memberValue)