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

org.jetbrains.kotlin.backend.common.serialization.proto.LocalSignatureOrBuilder 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 LocalSignatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backend.common.serialization.proto.LocalSignature)
    org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {

  /**
   * repeated int32 local_fq_name = 1 [packed = true];
   */
  java.util.List getLocalFqNameList();
  /**
   * repeated int32 local_fq_name = 1 [packed = true];
   */
  int getLocalFqNameCount();
  /**
   * repeated int32 local_fq_name = 1 [packed = true];
   */
  int getLocalFqName(int index);

  /**
   * optional int64 local_hash = 2;
   */
  boolean hasLocalHash();
  /**
   * optional int64 local_hash = 2;
   */
  long getLocalHash();

  /**
   * optional int32 debug_info = 3;
   */
  boolean hasDebugInfo();
  /**
   * optional int32 debug_info = 3;
   */
  int getDebugInfo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy