webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
com.google.protobuf.TextFormatParseLocation Class Reference

Public Member Functions

int getLine ()
 
int getColumn ()
 
String toString ()
 
boolean equals (Object o)
 
int hashCode ()
 

Static Public Attributes

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

Detailed Description

A location in the source code.

A location is the starting line number and starting column number.

Member Function Documentation

◆ equals()

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

◆ getColumn()

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

◆ getLine()

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

◆ hashCode()

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

◆ toString()

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

Member Data Documentation

◆ EMPTY

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

The empty location.


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