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

com.google.javascript.jscomp.InstrumentationOrBuilder Maven / Gradle / Ivy

Go to download

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

There is a newer version: v20240317
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!

package com.google.javascript.jscomp;

public interface InstrumentationOrBuilder
    extends com.google.protobuf.MessageOrBuilder {

  // optional string report_defined = 1;
  boolean hasReportDefined();
  String getReportDefined();

  // optional string report_call = 2;
  boolean hasReportCall();
  String getReportCall();

  // optional string report_exit = 6;
  boolean hasReportExit();
  String getReportExit();

  // repeated string declaration_to_remove = 3;
  java.util.List getDeclarationToRemoveList();
  int getDeclarationToRemoveCount();
  String getDeclarationToRemove(int index);

  // repeated string init = 4;
  java.util.List getInitList();
  int getInitCount();
  String getInit(int index);

  // optional string app_name_setter = 5;
  boolean hasAppNameSetter();
  String getAppNameSetter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy