public abstract class Comment extends Node
BlockComment
,
LineComment
,
JavadocComment
Constructor and Description |
---|
Comment() |
Comment(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String content) |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the text of the comment.
|
void |
setContent(String content)
Sets the text of the comment.
|
accept, accept, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public Comment()
public Comment(int beginLine, int beginColumn, int endLine, int endColumn, String content)
Copyright © 2016 Eclipse foundation. All rights reserved.