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

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

  /**
   * repeated .Node quasis = 1;
   */
  java.util.List 
      getQuasisList();
  /**
   * repeated .Node quasis = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getQuasis(int index);
  /**
   * repeated .Node quasis = 1;
   */
  int getQuasisCount();
  /**
   * repeated .Node quasis = 1;
   */
  java.util.List 
      getQuasisOrBuilderList();
  /**
   * repeated .Node quasis = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getQuasisOrBuilder(
      int index);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy