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

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

  /**
   * required int32 underlying_property_name = 1;
   */
  boolean hasUnderlyingPropertyName();
  /**
   * required int32 underlying_property_name = 1;
   */
  int getUnderlyingPropertyName();

  /**
   * required int32 underlying_property_type = 2;
   */
  boolean hasUnderlyingPropertyType();
  /**
   * required int32 underlying_property_type = 2;
   */
  int getUnderlyingPropertyType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy