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, setName
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public 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)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node