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

org.sonar.plugins.javascript.bridge.protobuf.ConditionalExpressionOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: estree.proto

// Protobuf Java Version: 3.25.5
package org.sonar.plugins.javascript.bridge.protobuf;

public interface ConditionalExpressionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ConditionalExpression)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .Node test = 1;
   * @return Whether the test field is set.
   */
  boolean hasTest();
  /**
   * .Node test = 1;
   * @return The test.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getTest();
  /**
   * .Node test = 1;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getTestOrBuilder();

  /**
   * .Node alternate = 2;
   * @return Whether the alternate field is set.
   */
  boolean hasAlternate();
  /**
   * .Node alternate = 2;
   * @return The alternate.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getAlternate();
  /**
   * .Node alternate = 2;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getAlternateOrBuilder();

  /**
   * .Node consequent = 3;
   * @return Whether the consequent field is set.
   */
  boolean hasConsequent();
  /**
   * .Node consequent = 3;
   * @return The consequent.
   */
  org.sonar.plugins.javascript.bridge.protobuf.Node getConsequent();
  /**
   * .Node consequent = 3;
   */
  org.sonar.plugins.javascript.bridge.protobuf.NodeOrBuilder getConsequentOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy