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

org.sonar.plugins.javascript.bridge.protobuf.ArrayElementOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: estree.proto
// Protobuf Java Version: 4.29.2

package org.sonar.plugins.javascript.bridge.protobuf;

public interface ArrayElementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ArrayElement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .Node element = 1;
   * @return Whether the element field is set.
   */
  boolean hasElement();
  /**
   * optional .Node element = 1;
   * @return The element.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getElement();
  /**
   * optional .Node element = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getElementOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy