Interface EntityIssue.PositionOrBuilder

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

    public static interface EntityIssue.PositionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumn()
      Issue column number
      int getLength()
      Issue length
      int getLine()
      Issue line number
      int getOffset()
      Issue offset
      • 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

      • getLine

        int getLine()
         Issue line number
         
        int32 line = 1;
        Returns:
        The line.
      • getColumn

        int getColumn()
         Issue column number
         
        int32 column = 2;
        Returns:
        The column.
      • getOffset

        int getOffset()
         Issue offset
         
        int32 offset = 3;
        Returns:
        The offset.
      • getLength

        int getLength()
         Issue length
         
        int32 length = 4;
        Returns:
        The length.