Interface Execution.StackTraceElement.PositionOrBuilder (2.2.0)

public static interface Execution.StackTraceElement.PositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract long getColumn()

The source code column position (of the line) the current instruction was generated from.

int64 column = 2;

Returns
TypeDescription
long

The column.

getLength()

public abstract long getLength()

The number of bytes of source code making up this stack trace element.

int64 length = 3;

Returns
TypeDescription
long

The length.

getLine()

public abstract long getLine()

The source code line number the current instruction was generated from.

int64 line = 1;

Returns
TypeDescription
long

The line.