public class SourceSpans extends Object
| Constructor and Description |
|---|
SourceSpans() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(List<SourceSpan> other) |
void |
addAllFrom(Iterable<? extends Node> nodes) |
static SourceSpans |
empty() |
List<SourceSpan> |
getSourceSpans() |
public static SourceSpans empty()
public List<SourceSpan> getSourceSpans()
public void addAll(List<SourceSpan> other)
Copyright © 2021. All rights reserved.