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

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

  /**
   * repeated .org.jetbrains.kotlin.backend.common.serialization.proto.IrConstructorCall annotation = 1;
   */
  java.util.List 
      getAnnotationList();
  /**
   * repeated .org.jetbrains.kotlin.backend.common.serialization.proto.IrConstructorCall annotation = 1;
   */
  org.jetbrains.kotlin.backend.common.serialization.proto.IrConstructorCall getAnnotation(int index);
  /**
   * repeated .org.jetbrains.kotlin.backend.common.serialization.proto.IrConstructorCall annotation = 1;
   */
  int getAnnotationCount();

  /**
   * required int64 classifier = 2;
   */
  boolean hasClassifier();
  /**
   * required int64 classifier = 2;
   */
  long getClassifier();

  /**
   * required bool has_question_mark = 3;
   */
  boolean hasHasQuestionMark();
  /**
   * required bool has_question_mark = 3;
   */
  boolean getHasQuestionMark();

  /**
   * repeated int64 argument = 4 [packed = true];
   *
   * 
   * 0 - STAR, otherwise [63..2 - IrType index | 1..0 - Variance]
   * 
*/ java.util.List getArgumentList(); /** * repeated int64 argument = 4 [packed = true]; * *
   * 0 - STAR, otherwise [63..2 - IrType index | 1..0 - Variance]
   * 
*/ int getArgumentCount(); /** * repeated int64 argument = 4 [packed = true]; * *
   * 0 - STAR, otherwise [63..2 - IrType index | 1..0 - Variance]
   * 
*/ long getArgument(int index); /** * optional .org.jetbrains.kotlin.backend.common.serialization.proto.IrTypeAbbreviation abbreviation = 5; */ boolean hasAbbreviation(); /** * optional .org.jetbrains.kotlin.backend.common.serialization.proto.IrTypeAbbreviation abbreviation = 5; */ org.jetbrains.kotlin.backend.common.serialization.proto.IrTypeAbbreviation getAbbreviation(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy