ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
JavadocComment() |
JavadocComment(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String content)
Deprecated.
prefer using Range objects.
|
JavadocComment(Range range,
String content) |
JavadocComment(String content) |
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.
|
asLineComment, getCommentedNode, getContent, isLineComment, isOrphan, setCommentedNode, setContent
addOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEnd, getEndColumn, getEndLine, getOrphanComments, getParentNode, getRange, hasComment, hashCode, isPositionedAfter, isPositionedAfter, isPositionedBefore, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBeginColumn, setBeginLine, setComment, setData, setEnd, setEndColumn, setEndLine, setParentNode, setRange, toString, toStringWithoutComments
public JavadocComment()
public JavadocComment(String content)
@Deprecated public JavadocComment(int beginLine, int beginColumn, int endLine, int endColumn, String content)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
Copyright © 2007–2016. All rights reserved.