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 Type
    Method
    Description
    long
    Column number in source code.
    long
    The index of the corresponding profile.Function for this line.
    long
    Line number in source code.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.