Interface StackOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    getLocationIndices(int index)
    References to locations in ProfilesDictionary.location_table.
    int
    References to locations in ProfilesDictionary.location_table.
    References to locations in ProfilesDictionary.location_table.

    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

    • getLocationIndicesList

      List<Integer> getLocationIndicesList()
       References to locations in ProfilesDictionary.location_table.
       The first location is the leaf frame.
       
      repeated int32 location_indices = 1;
      Returns:
      A list containing the locationIndices.
    • getLocationIndicesCount

      int getLocationIndicesCount()
       References to locations in ProfilesDictionary.location_table.
       The first location is the leaf frame.
       
      repeated int32 location_indices = 1;
      Returns:
      The count of locationIndices.
    • getLocationIndices

      int getLocationIndices(int index)
       References to locations in ProfilesDictionary.location_table.
       The first location is the leaf frame.
       
      repeated int32 location_indices = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIndices at the given index.