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)
 
int getColumn ()
 
int getLine ()
 
int hashCode ()
 
String toString ()
 

Static Public Attributes

static final TextFormatParseLocation EMPTY = new TextFormatParseLocation(-1, -1)
 

Private Member Functions

 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 TextFormatParseLocation.java.

Constructor & Destructor Documentation

◆ TextFormatParseLocation()

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

Definition at line 66 of file TextFormatParseLocation.java.

Member Function Documentation

◆ equals()

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

Definition at line 85 of file TextFormatParseLocation.java.

◆ getColumn()

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

Definition at line 75 of file TextFormatParseLocation.java.

◆ getLine()

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

Definition at line 71 of file TextFormatParseLocation.java.

◆ hashCode()

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

Definition at line 97 of file TextFormatParseLocation.java.

◆ toString()

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

Definition at line 80 of file TextFormatParseLocation.java.

Member Data Documentation

◆ column

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

Definition at line 64 of file TextFormatParseLocation.java.

◆ EMPTY

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

The empty location.

Definition at line 43 of file TextFormatParseLocation.java.

◆ line

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

Definition at line 63 of file TextFormatParseLocation.java.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:08