Modifier and Type | Field and Description |
---|---|
private final CharSequence | |
private final SourceSpan |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public CharSequence | |
public SourceSpan | |
public static SourceLine | |
public SourceLine |
content | back to summary |
---|---|
private final CharSequence content |
sourceSpan | back to summary |
---|---|
private final SourceSpan sourceSpan |
SourceLine | back to summary |
---|---|
private SourceLine(CharSequence content, SourceSpan sourceSpan) |
getContent | back to summary |
---|---|
public CharSequence getContent() |
getSourceSpan | back to summary |
---|---|
public SourceSpan getSourceSpan() |
of | back to summary |
---|---|
public static SourceLine of(CharSequence content, SourceSpan sourceSpan) |
substring | back to summary |
---|---|
public SourceLine substring(int beginIndex, int endIndex) |