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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: estree.proto

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

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

  /**
   * .Node argument = 1;
   * @return Whether the argument field is set.
   */
  boolean hasArgument();
  /**
   * .Node argument = 1;
   * @return The argument.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getArgument();
  /**
   * .Node argument = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getArgumentOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy