Interface LineOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Line,Line.Builder
public interface LineOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongColumn number in source code.longThe index of the corresponding profile.Function for this line.longgetLine()Line number in source code.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
long getFunctionIndex()The index of the corresponding profile.Function for this line.
uint64 function_index = 1;- Returns:
- The functionIndex.
-
getLine
long getLine()Line number in source code.
int64 line = 2;- Returns:
- The line.
-
getColumn
long getColumn()Column number in source code.
int64 column = 3;- Returns:
- The column.
-