| Modifier and Type | Method and Description |
|---|---|
ImmutableLine |
ImmutableLine.Builder.build()
Builds a new
ImmutableLine. |
static ImmutableLine |
ImmutableLine.copyOf(Line instance)
Creates an immutable copy of a
Line value. |
ImmutableLine |
ImmutableLine.withClassName(String value)
Copy the current immutable object by setting a value for the
className attribute. |
ImmutableLine |
ImmutableLine.withFileName(String value)
Copy the current immutable object by setting a value for the
fileName attribute. |
ImmutableLine |
ImmutableLine.withLineNumber(int value)
Copy the current immutable object by setting a value for the
lineNumber attribute. |
ImmutableLine |
ImmutableLine.withMethodName(String value)
Copy the current immutable object by setting a value for the
methodName attribute. |
Copyright © 2023. All rights reserved.