All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlin.backend.common.serialization.proto.FileEntryOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: compiler/ir/serialization.common/src/KotlinIr.proto

package org.jetbrains.kotlin.backend.common.serialization.proto;

public interface FileEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backend.common.serialization.proto.FileEntry)
    org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {

  /**
   * required string name = 1;
   */
  boolean hasName();
  /**
   * required string name = 1;
   */
  java.lang.String getName();
  /**
   * required string name = 1;
   */
  org.jetbrains.kotlin.protobuf.ByteString
      getNameBytes();

  /**
   * repeated int32 line_start_offsets = 2 [packed = true];
   */
  java.util.List getLineStartOffsetsList();
  /**
   * repeated int32 line_start_offsets = 2 [packed = true];
   */
  int getLineStartOffsetsCount();
  /**
   * repeated int32 line_start_offsets = 2 [packed = true];
   */
  int getLineStartOffsets(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy