Interface Mapping.OriginalMappingOrBuilder

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

    public static interface Mapping.OriginalMappingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumnPosition()
      The column number on the line.
      java.lang.String getIdentifier()
      The original name of the identifier.
      com.google.protobuf.ByteString getIdentifierBytes()
      The original name of the identifier.
      int getLineNumber()
      The line in the original file.
      java.lang.String getOriginalFile()
      The original source file.
      com.google.protobuf.ByteString getOriginalFileBytes()
      The original source file.
      boolean hasColumnPosition()
      The column number on the line.
      boolean hasIdentifier()
      The original name of the identifier.
      boolean hasLineNumber()
      The line in the original file.
      boolean hasOriginalFile()
      The original source file.
      • 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

      • hasOriginalFile

        boolean hasOriginalFile()
         The original source file.
         
        optional string original_file = 1;
      • getOriginalFile

        java.lang.String getOriginalFile()
         The original source file.
         
        optional string original_file = 1;
      • getOriginalFileBytes

        com.google.protobuf.ByteString getOriginalFileBytes()
         The original source file.
         
        optional string original_file = 1;
      • hasLineNumber

        boolean hasLineNumber()
         The line in the original file.
         
        optional int32 line_number = 2;
      • getLineNumber

        int getLineNumber()
         The line in the original file.
         
        optional int32 line_number = 2;
      • hasColumnPosition

        boolean hasColumnPosition()
         The column number on the line.
         
        optional int32 column_position = 3;
      • getColumnPosition

        int getColumnPosition()
         The column number on the line.
         
        optional int32 column_position = 3;
      • hasIdentifier

        boolean hasIdentifier()
         The original name of the identifier.
         
        optional string identifier = 4;
      • getIdentifier

        java.lang.String getIdentifier()
         The original name of the identifier.
         
        optional string identifier = 4;
      • getIdentifierBytes

        com.google.protobuf.ByteString getIdentifierBytes()
         The original name of the identifier.
         
        optional string identifier = 4;