
org.sonar.plugins.javascript.bridge.protobuf.FunctionDeclarationOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: estree.proto
// Protobuf Java Version: 4.30.2
package org.sonar.plugins.javascript.bridge.protobuf;
public interface FunctionDeclarationOrBuilder extends
// @@protoc_insertion_point(interface_extends:FunctionDeclaration)
com.google.protobuf.MessageOrBuilder {
/**
* .Node id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* .Node id = 1;
* @return The id.
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getId();
/**
* .Node id = 1;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getIdOrBuilder();
/**
* .Node body = 2;
* @return Whether the body field is set.
*/
boolean hasBody();
/**
* .Node body = 2;
* @return The body.
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getBody();
/**
* .Node body = 2;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getBodyOrBuilder();
/**
* repeated .Node params = 3;
*/
java.util.List
getParamsList();
/**
* repeated .Node params = 3;
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getParams(int index);
/**
* repeated .Node params = 3;
*/
int getParamsCount();
/**
* repeated .Node params = 3;
*/
java.util.List extends org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder>
getParamsOrBuilderList();
/**
* repeated .Node params = 3;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getParamsOrBuilder(
int index);
/**
* optional bool generator = 4;
* @return Whether the generator field is set.
*/
boolean hasGenerator();
/**
* optional bool generator = 4;
* @return The generator.
*/
boolean getGenerator();
/**
* optional bool async = 5;
* @return Whether the async field is set.
*/
boolean hasAsync();
/**
* optional bool async = 5;
* @return The async.
*/
boolean getAsync();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy