Interface LineOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Line,Line.Builder
@Generated
public interface LineOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongColumn number in source code. 0 means unset.intReference to function in ProfilesDictionary.function_table.longgetLine()Line number in source code. 0 means unset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFunctionIndex
int getFunctionIndex()Reference to function in ProfilesDictionary.function_table.
int32 function_index = 1;- Returns:
- The functionIndex.
-
getLine
long getLine()Line number in source code. 0 means unset.
int64 line = 2;- Returns:
- The line.
-
getColumn
long getColumn()Column number in source code. 0 means unset.
int64 column = 3;- Returns:
- The column.
-