| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableLine
Immutable implementation of
Line. |
| Modifier and Type | Method and Description |
|---|---|
Line |
ImmutableCalledMethod.line() |
Line |
ImmutableStart.line() |
Line |
ImmutableEnd.line() |
Line |
End.line() |
Line |
CalledMethod.line() |
Line |
HasLine.line() |
Line |
Start.line() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableLine |
ImmutableLine.copyOf(Line instance)
Creates an immutable copy of a
Line value. |
ImmutableLine.Builder |
ImmutableLine.Builder.from(Line instance)
Fill a builder with attribute values from the provided
Line instance. |
ImmutableCalledMethod.Builder |
ImmutableCalledMethod.Builder.line(Line line)
Initializes the value for the
line attribute. |
ImmutableStart.Builder |
ImmutableStart.Builder.line(Line line)
Initializes the value for the
line attribute. |
ImmutableEnd.Builder |
ImmutableEnd.Builder.line(Line line)
Initializes the value for the
line attribute. |
static ImmutableCalledMethod |
ImmutableCalledMethod.of(Line line)
Construct a new immutable
CalledMethod instance. |
static ImmutableStart |
ImmutableStart.of(Line line)
Construct a new immutable
Start instance. |
static ImmutableEnd |
ImmutableEnd.of(Line line)
Construct a new immutable
End instance. |
static ImmutableEnd |
End.of(Line line) |
static ImmutableCalledMethod |
CalledMethod.of(Line line) |
static ImmutableStart |
Start.of(Line line) |
static ImmutableStart |
Start.of(String label,
Line line) |
ImmutableCalledMethod |
ImmutableCalledMethod.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
ImmutableStart |
ImmutableStart.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
ImmutableEnd |
ImmutableEnd.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
Copyright © 2022. All rights reserved.