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

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

  /**
   * required int32 loop_id = 1;
   */
  boolean hasLoopId();
  /**
   * required int32 loop_id = 1;
   */
  int getLoopId();

  /**
   * optional int32 label = 2;
   */
  boolean hasLabel();
  /**
   * optional int32 label = 2;
   */
  int getLabel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy