Interface Deps.SourceLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Deps.SourceLocation, Deps.SourceLocation.Builder
    Enclosing class:
    Deps

    public static interface Deps.SourceLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumn()
      optional int32 column = 3;
      int getLine()
      optional int32 line = 2;
      java.lang.String getPath()
      required string path = 1;
      com.google.protobuf.ByteString getPathBytes()
      required string path = 1;
      boolean hasColumn()
      optional int32 column = 3;
      boolean hasLine()
      optional int32 line = 2;
      boolean hasPath()
      required string path = 1;
      • 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

      • hasPath

        boolean hasPath()
        required string path = 1;
        Returns:
        Whether the path field is set.
      • getPath

        java.lang.String getPath()
        required string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        required string path = 1;
        Returns:
        The bytes for path.
      • hasLine

        boolean hasLine()
        optional int32 line = 2;
        Returns:
        Whether the line field is set.
      • getLine

        int getLine()
        optional int32 line = 2;
        Returns:
        The line.
      • hasColumn

        boolean hasColumn()
        optional int32 column = 3;
        Returns:
        Whether the column field is set.
      • getColumn

        int getColumn()
        optional int32 column = 3;
        Returns:
        The column.