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

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

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

// Protobuf Java Version: 3.25.5
package org.sonar.plugins.javascript.bridge.protobuf;

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

  /**
   * optional .Node id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional .Node id = 1;
   * @return The id.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getId();
  /**
   * optional .Node id = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getIdOrBuilder();

  /**
   * optional .Node superClass = 2;
   * @return Whether the superClass field is set.
   */
  boolean hasSuperClass();
  /**
   * optional .Node superClass = 2;
   * @return The superClass.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getSuperClass();
  /**
   * optional .Node superClass = 2;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getSuperClassOrBuilder();

  /**
   * .Node body = 3;
   * @return Whether the body field is set.
   */
  boolean hasBody();
  /**
   * .Node body = 3;
   * @return The body.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getBody();
  /**
   * .Node body = 3;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getBodyOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy