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

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

  /**
   * required .org.jetbrains.kotlin.backend.common.serialization.proto.IrDeclarationBase base = 1;
   */
  boolean hasBase();
  /**
   * required .org.jetbrains.kotlin.backend.common.serialization.proto.IrDeclarationBase base = 1;
   */
  org.jetbrains.kotlin.backend.common.serialization.proto.IrDeclarationBase getBase();

  /**
   * required int32 name = 2;
   */
  boolean hasName();
  /**
   * required int32 name = 2;
   */
  int getName();

  /**
   * repeated int32 super_type = 3 [packed = true];
   */
  java.util.List getSuperTypeList();
  /**
   * repeated int32 super_type = 3 [packed = true];
   */
  int getSuperTypeCount();
  /**
   * repeated int32 super_type = 3 [packed = true];
   */
  int getSuperType(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy