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