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

org.jetbrains.kotlin.backend.common.serialization.proto.IrCallOrBuilder 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 IrCallOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backend.common.serialization.proto.IrCall)
    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();

  /**
   * optional int64 super = 3;
   */
  boolean hasSuper();
  /**
   * optional int64 super = 3;
   */
  long getSuper();

  /**
   * optional int32 origin_name = 4;
   */
  boolean hasOriginName();
  /**
   * optional int32 origin_name = 4;
   */
  int getOriginName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy