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 TypeMethodDescriptionintgetLocationIndices(int index) References to locations in ProfilesDictionary.location_table.intReferences to locations in ProfilesDictionary.location_table.References to locations in ProfilesDictionary.location_table.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
-
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.
-