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

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

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

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

  /**
   * optional .org.jetbrains.kotlin.backend.common.serialization.proto.IrExpression receiver = 3;
   */
  boolean hasReceiver();
  /**
   * optional .org.jetbrains.kotlin.backend.common.serialization.proto.IrExpression receiver = 3;
   */
  org.jetbrains.kotlin.backend.common.serialization.proto.IrExpression getReceiver();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy