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 extends org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder>
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();
}