@Value.Immutable public interface Start extends HasLine
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
label() |
Line |
line() |
static ImmutableStart |
of(Line line) |
static ImmutableStart |
of(String label,
Line line) |
static ImmutableStart of(Line line)
static ImmutableStart of(String label, Line line)
Copyright © 2022. All rights reserved.