@Value.Immutable
public interface Line
| Modifier and Type | Method and Description |
|---|---|
static ImmutableLine.Builder |
builder() |
default void |
check() |
String |
className() |
String |
fileName() |
default int |
lineIndex() |
int |
lineNumber() |
String |
methodName() |
String className()
String fileName()
String methodName()
int lineNumber()
@Value.Auxiliary default int lineIndex()
@Value.Check default void check()
static ImmutableLine.Builder builder()
Copyright © 2023. All rights reserved.