public class LocatedComment extends Comment implements Located
Content.CType
构造器和说明 |
---|
LocatedComment(java.lang.String text)
This creates the comment with the supplied text.
|
限定符和类型 | 方法和说明 |
---|---|
int |
getColumn()
Get the column (character on the line).
|
int |
getLine()
Get the line number
|
void |
setColumn(int col)
Set the column (character on the line).
|
void |
setLine(int line)
Set the line number
|
equals, getCType, getDocument, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getParent, getParentElement, hashCode
public LocatedComment(java.lang.String text)
text
- String
content of comment.