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

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

There is a newer version: 2.0.0-RC2
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 IrDataIndexOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backend.common.serialization.proto.IrDataIndex)
    org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {

  /**
   * required int32 index = 1;
   */
  boolean hasIndex();
  /**
   * required int32 index = 1;
   */
  int getIndex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy