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

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

  /**
   * required int32 property_signature = 1;
   */
  boolean hasPropertySignature();
  /**
   * required int32 property_signature = 1;
   */
  int getPropertySignature();

  /**
   * required int32 name = 2;
   */
  boolean hasName();
  /**
   * required int32 name = 2;
   */
  int getName();

  /**
   * required int64 accessor_hash_id = 3;
   */
  boolean hasAccessorHashId();
  /**
   * required int64 accessor_hash_id = 3;
   */
  long getAccessorHashId();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy