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

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

  /**
   * required int64 actual_symbol = 1;
   */
  boolean hasActualSymbol();
  /**
   * required int64 actual_symbol = 1;
   */
  long getActualSymbol();

  /**
   * required int64 expect_symbol = 2;
   */
  boolean hasExpectSymbol();
  /**
   * required int64 expect_symbol = 2;
   */
  long getExpectSymbol();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy