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

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

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

  /**
   * required int32 origin_name = 2;
   */
  boolean hasOriginName();
  /**
   * required int32 origin_name = 2;
   */
  int getOriginName();

  /**
   * required int64 coordinates = 3;
   */
  boolean hasCoordinates();
  /**
   * required int64 coordinates = 3;
   */
  long getCoordinates();

  /**
   * optional int64 flags = 4 [default = 0];
   */
  boolean hasFlags();
  /**
   * optional int64 flags = 4 [default = 0];
   */
  long getFlags();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy