@Immutable @ParametersAreNonnullByDefault public static class Issue.Position extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Issue.Position |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColumn() |
String |
getFile() |
int |
getRow() |
int |
hashCode() |
static Issue.Position |
of(int column,
int row) |
static Issue.Position |
of(int column,
int row,
String file) |
String |
toString() |
public static final Issue.Position EMPTY
public static Issue.Position of(int column, int row)
public static Issue.Position of(int column, int row, String file)
public int getColumn()
public int getRow()
public String getFile()
Copyright © 2024. All rights reserved.