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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPathIdx()
      The index of the string path within the source string pool of a ResourceTable.
      Resources.SourcePosition getPosition()
      .aapt.pb.SourcePosition position = 2;
      Resources.SourcePositionOrBuilder getPositionOrBuilder()
      .aapt.pb.SourcePosition position = 2;
      boolean hasPosition()
      .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 Detail

      • 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.