Public Member Functions | |
boolean | equals (Object o) |
boolean | equals (Object o) |
int | getColumn () |
int | getColumn () |
int | getLine () |
int | getLine () |
int | hashCode () |
int | hashCode () |
String | toString () |
String | toString () |
Static Public Attributes | |
static final TextFormatParseLocation | EMPTY = new TextFormatParseLocation(-1, -1) |
Private Member Functions | |
TextFormatParseLocation (int line, int column) | |
TextFormatParseLocation (int line, int column) | |
Private Attributes | |
final int | column |
final int | line |
A location in the source code.
A location is the starting line number and starting column number.
Definition at line 40 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inlineprivate |
Definition at line 66 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inlineprivate |
Definition at line 66 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 85 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 85 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 75 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 75 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 71 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 71 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 97 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 97 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 80 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
inline |
Definition at line 80 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
private |
Definition at line 64 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
static |
The empty location.
Definition at line 43 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.
|
private |
Definition at line 63 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java.