public final class BlockComment extends Comment
AST node that represent block comments.
Block comments can has multi lines and are delimited by "/*" and "*/".ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
BlockComment() |
BlockComment(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String content) |
BlockComment(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, 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 BlockComment()
public BlockComment(String content)
public BlockComment(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-2015. All Rights Reserved.