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

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

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

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

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

  /**
   * repeated .Node declarations = 1;
   */
  java.util.List 
      getDeclarationsList();
  /**
   * repeated .Node declarations = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getDeclarations(int index);
  /**
   * repeated .Node declarations = 1;
   */
  int getDeclarationsCount();
  /**
   * repeated .Node declarations = 1;
   */
  java.util.List 
      getDeclarationsOrBuilderList();
  /**
   * repeated .Node declarations = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getDeclarationsOrBuilder(
      int index);

  /**
   * string kind = 2;
   * @return The kind.
   */
  java.lang.String getKind();
  /**
   * string kind = 2;
   * @return The bytes for kind.
   */
  com.google.protobuf.ByteString
      getKindBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy