Interface Resources.SourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Resources.Source, Resources.Source.Builder
Enclosing class:
Resources

public static interface Resources.SourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The index of the string path within the source string pool of a ResourceTable.
    .aapt.pb.SourcePosition position = 2;
    .aapt.pb.SourcePosition position = 2;
    boolean
    .aapt.pb.SourcePosition position = 2;

    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

    • getPathIdx

      int getPathIdx()
       The index of the string path within the source string pool of a ResourceTable.
       
      uint32 path_idx = 1;
      Returns:
      The pathIdx.
    • hasPosition

      boolean hasPosition()
      .aapt.pb.SourcePosition position = 2;
      Returns:
      Whether the position field is set.
    • getPosition

      .aapt.pb.SourcePosition position = 2;
      Returns:
      The position.
    • getPositionOrBuilder

      Resources.SourcePositionOrBuilder getPositionOrBuilder()
      .aapt.pb.SourcePosition position = 2;