Interface Execution.StackTraceElement.PositionOrBuilder (2.41.0)

publicstaticinterface Execution.StackTraceElement.PositionOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

publicabstractlonggetColumn()

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

int64 column = 2;

Returns
Type Description
long

The column.

getLength()

publicabstractlonggetLength()

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

int64 length = 3;

Returns
Type Description
long

The length.

getLine()

publicabstractlonggetLine()

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

int64 line = 1;

Returns
Type Description
long

The line.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.