Interface SourceLocationOrBuilder (1.7.0)

public interface SourceLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract int getColumn()

Column within a line. The first column in a line as the value 1. Agents that do not support setting breakpoints on specific columns ignore this field.

int32 column = 3;

Returns
TypeDescription
int

The column.

getLine()

public abstract int getLine()

Line inside the file. The first line in the file has the value 1.

int32 line = 2;

Returns
TypeDescription
int

The line.

getPath()

public abstract String getPath()

Path to the source file within the source context of the target binary.

string path = 1;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Path to the source file within the source context of the target binary.

string path = 1;

Returns
TypeDescription
ByteString

The bytes for path.