| Modifier and Type | Method and Description |
|---|---|
ImmutableCalledMethod |
ImmutableCalledMethod.Builder.build()
Builds a new
ImmutableCalledMethod. |
static ImmutableCalledMethod |
ImmutableCalledMethod.copyOf(CalledMethod instance)
Creates an immutable copy of a
CalledMethod value. |
static ImmutableCalledMethod |
ImmutableCalledMethod.of(Line line)
Construct a new immutable
CalledMethod instance. |
static ImmutableCalledMethod |
CalledMethod.of(Line line) |
ImmutableCalledMethod |
ImmutableCalledMethod.withLine(Line value)
Copy the current immutable object by setting a value for the
line attribute. |
Copyright © 2022. All rights reserved.