@PublicApi public class Comment extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
content |
SourceLocation |
sourceLocation |
| Constructor and Description |
|---|
Comment(java.lang.String content,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
SourceLocation |
getSourceLocation() |
public final java.lang.String content
public final SourceLocation sourceLocation
public Comment(java.lang.String content,
SourceLocation sourceLocation)
public java.lang.String getContent()
public SourceLocation getSourceLocation()