org.sonar.plugins.javascript.bridge.protobuf.NewExpressionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: estree.proto
package org.sonar.plugins.javascript.bridge.protobuf;
public interface NewExpressionOrBuilder extends
// @@protoc_insertion_point(interface_extends:NewExpression)
com.google.protobuf.MessageOrBuilder {
/**
* .Node callee = 1;
* @return Whether the callee field is set.
*/
boolean hasCallee();
/**
* .Node callee = 1;
* @return The callee.
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getCallee();
/**
* .Node callee = 1;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getCalleeOrBuilder();
/**
* repeated .Node arguments = 2;
*/
java.util.List
getArgumentsList();
/**
* repeated .Node arguments = 2;
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getArguments(int index);
/**
* repeated .Node arguments = 2;
*/
int getArgumentsCount();
/**
* repeated .Node arguments = 2;
*/
java.util.List extends org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder>
getArgumentsOrBuilderList();
/**
* repeated .Node arguments = 2;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getArgumentsOrBuilder(
int index);
}