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

org.sonar.plugins.javascript.bridge.protobuf.BlockStatementOrBuilder 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 BlockStatementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:BlockStatement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .Node body = 1;
   */
  java.util.List 
      getBodyList();
  /**
   * repeated .Node body = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getBody(int index);
  /**
   * repeated .Node body = 1;
   */
  int getBodyCount();
  /**
   * repeated .Node body = 1;
   */
  java.util.List 
      getBodyOrBuilderList();
  /**
   * repeated .Node body = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getBodyOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy