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

org.sonar.plugins.javascript.bridge.protobuf.BreakStatementOrBuilder 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 BreakStatementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:BreakStatement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .Node label = 1;
   * @return Whether the label field is set.
   */
  boolean hasLabel();
  /**
   * optional .Node label = 1;
   * @return The label.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getLabel();
  /**
   * optional .Node label = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getLabelOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy