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