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

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

  /**
   * string rawType = 1;
   * @return The rawType.
   */
  java.lang.String getRawType();
  /**
   * string rawType = 1;
   * @return The bytes for rawType.
   */
  com.google.protobuf.ByteString
      getRawTypeBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy