Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
com.google.protobuf.TextFormatParseLocation Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TextFormatParseLocation() [1/2]

com.google.protobuf.TextFormatParseLocation.TextFormatParseLocation ( int  line,
int  column 
)
inlineprivate

◆ TextFormatParseLocation() [2/2]

com.google.protobuf.TextFormatParseLocation.TextFormatParseLocation ( int  line,
int  column 
)
inlineprivate

Member Function Documentation

◆ equals() [1/2]

boolean com.google.protobuf.TextFormatParseLocation.equals ( Object  o)
inline

◆ equals() [2/2]

boolean com.google.protobuf.TextFormatParseLocation.equals ( Object  o)
inline

◆ getColumn() [1/2]

int com.google.protobuf.TextFormatParseLocation.getColumn ( )
inline

◆ getColumn() [2/2]

int com.google.protobuf.TextFormatParseLocation.getColumn ( )
inline

◆ getLine() [1/2]

int com.google.protobuf.TextFormatParseLocation.getLine ( )
inline

◆ getLine() [2/2]

int com.google.protobuf.TextFormatParseLocation.getLine ( )
inline

◆ hashCode() [1/2]

int com.google.protobuf.TextFormatParseLocation.hashCode ( )
inline

◆ hashCode() [2/2]

int com.google.protobuf.TextFormatParseLocation.hashCode ( )
inline

◆ toString() [1/2]

String com.google.protobuf.TextFormatParseLocation.toString ( )
inline

◆ toString() [2/2]

String com.google.protobuf.TextFormatParseLocation.toString ( )
inline

Member Data Documentation

◆ column

final int com.google.protobuf.TextFormatParseLocation.column
private

◆ EMPTY

static final TextFormatParseLocation com.google.protobuf.TextFormatParseLocation.EMPTY = new TextFormatParseLocation(-1, -1)
static

◆ line

final int com.google.protobuf.TextFormatParseLocation.line
private

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:07