org.sonar.plugins.javascript.bridge.protobuf.RestElementOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: estree.proto
package org.sonar.plugins.javascript.bridge.protobuf;
public interface RestElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:RestElement)
com.google.protobuf.MessageOrBuilder {
/**
* .Node argument = 1;
* @return Whether the argument field is set.
*/
boolean hasArgument();
/**
* .Node argument = 1;
* @return The argument.
*/
org.sonar.plugins.javascript.bridge.protobuf.Node getArgument();
/**
* .Node argument = 1;
*/
org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getArgumentOrBuilder();
}