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

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

  /**
   * required int64 symbol = 1;
   */
  boolean hasSymbol();
  /**
   * required int64 symbol = 1;
   */
  long getSymbol();

  /**
   * required .org.jetbrains.kotlin.backend.common.serialization.proto.MemberAccessCommon member_access = 2;
   */
  boolean hasMemberAccess();
  /**
   * required .org.jetbrains.kotlin.backend.common.serialization.proto.MemberAccessCommon member_access = 2;
   */
  org.jetbrains.kotlin.backend.common.serialization.proto.MemberAccessCommon getMemberAccess();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy