public static interface Execution.StackTraceElement.PositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getColumn()
The source code column position (of the line) the current instruction
was generated from.
|
long |
getLength()
The number of bytes of source code making up this stack trace element.
|
long |
getLine()
The source code line number the current instruction was generated from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getLine()
The source code line number the current instruction was generated from.
int64 line = 1;long getColumn()
The source code column position (of the line) the current instruction was generated from.
int64 column = 2;long getLength()
The number of bytes of source code making up this stack trace element.
int64 length = 3;Copyright © 2024 Google LLC. All rights reserved.