@PublicApi public class Comment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
content |
SourceLocation |
sourceLocation |
Constructor and Description |
---|
Comment(String content,
SourceLocation sourceLocation) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
SourceLocation |
getSourceLocation() |
public final String content
public final SourceLocation sourceLocation
public Comment(String content, SourceLocation sourceLocation)
public String getContent()
public SourceLocation getSourceLocation()
Copyright © 2019. All rights reserved.