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

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

  /**
   * repeated .Node expressions = 1;
   */
  java.util.List 
      getExpressionsList();
  /**
   * repeated .Node expressions = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getExpressions(int index);
  /**
   * repeated .Node expressions = 1;
   */
  int getExpressionsCount();
  /**
   * repeated .Node expressions = 1;
   */
  java.util.List 
      getExpressionsOrBuilderList();
  /**
   * repeated .Node expressions = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getExpressionsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy