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.
    int
    Reference to function in Profile.function_table.
    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

      int getFunctionIndex()
       Reference to function in Profile.function_table.
       
      int32 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.