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

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

  /**
   * repeated int32 package_fq_name = 1 [packed = true];
   */
  java.util.List getPackageFqNameList();
  /**
   * repeated int32 package_fq_name = 1 [packed = true];
   */
  int getPackageFqNameCount();
  /**
   * repeated int32 package_fq_name = 1 [packed = true];
   */
  int getPackageFqName(int index);

  /**
   * repeated int32 declaration_fq_name = 2 [packed = true];
   */
  java.util.List getDeclarationFqNameList();
  /**
   * repeated int32 declaration_fq_name = 2 [packed = true];
   */
  int getDeclarationFqNameCount();
  /**
   * repeated int32 declaration_fq_name = 2 [packed = true];
   */
  int getDeclarationFqName(int index);

  /**
   * optional int64 member_uniq_id = 3;
   */
  boolean hasMemberUniqId();
  /**
   * optional int64 member_uniq_id = 3;
   */
  long getMemberUniqId();

  /**
   * optional int64 flags = 4 [default = 0];
   */
  boolean hasFlags();
  /**
   * optional int64 flags = 4 [default = 0];
   */
  long getFlags();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy