public class SourceLine extends Object
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getContent() |
SourceSpan |
getSourceSpan() |
static SourceLine |
of(CharSequence content,
SourceSpan sourceSpan) |
SourceLine |
substring(int beginIndex,
int endIndex) |
public static SourceLine of(CharSequence content, SourceSpan sourceSpan)
public CharSequence getContent()
public SourceSpan getSourceSpan()
public SourceLine substring(int beginIndex, int endIndex)
Copyright © 2021. All rights reserved.