Interface FunctionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Function, Function.Builder

@Generated public interface FunctionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Source file containing the function.
    int
    Function name.
    long
    Line number in source file. 0 means unset.
    int
    Function name, as identified by the system.

    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

    • getNameStrindex

      int getNameStrindex()
       Function name. Empty string if not available.
       
      int32 name_strindex = 1;
      Returns:
      The nameStrindex.
    • getSystemNameStrindex

      int getSystemNameStrindex()
       Function name, as identified by the system. For instance,
       it can be a C++ mangled name. Empty string if not available.
       
      int32 system_name_strindex = 2;
      Returns:
      The systemNameStrindex.
    • getFilenameStrindex

      int getFilenameStrindex()
       Source file containing the function. Empty string if not available.
       
      int32 filename_strindex = 3;
      Returns:
      The filenameStrindex.
    • getStartLine

      long getStartLine()
       Line number in source file. 0 means unset.
       
      int64 start_line = 4;
      Returns:
      The startLine.