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

com.google.javascript.jscomp.FunctionInformationMapOrBuilder 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 FunctionInformationMapOrBuilder
    extends com.google.protobuf.MessageOrBuilder {

  // repeated group Entry = 1 {
  java.util.List
      getEntryList();
  com.google.javascript.jscomp.FunctionInformationMap.Entry getEntry(int index);
  int getEntryCount();
  java.util.List
      getEntryOrBuilderList();
  com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder getEntryOrBuilder(
      int index);

  // repeated group Module = 101 {
  java.util.List
      getModuleList();
  com.google.javascript.jscomp.FunctionInformationMap.Module getModule(int index);
  int getModuleCount();
  java.util.List
      getModuleOrBuilderList();
  com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder getModuleOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy