com.google.javascript.jscomp.FunctionInformationMapOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of closure-compiler-linter Show documentation
Show all versions of closure-compiler-linter Show documentation
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.
This binary checks for style issues such as incorrect or missing JSDoc
usage, and missing goog.require() statements. It does not do more advanced
checks such as typechecking.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/javascript/jscomp/function_info.proto
package com.google.javascript.jscomp;
public interface FunctionInformationMapOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// repeated group Entry = 1 {
/**
* repeated group Entry = 1 { ... }
*/
java.util.List
getEntryList();
/**
* repeated group Entry = 1 { ... }
*/
com.google.javascript.jscomp.FunctionInformationMap.Entry getEntry(int index);
/**
* repeated group Entry = 1 { ... }
*/
int getEntryCount();
/**
* repeated group Entry = 1 { ... }
*/
java.util.List extends com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder>
getEntryOrBuilderList();
/**
* repeated group Entry = 1 { ... }
*/
com.google.javascript.jscomp.FunctionInformationMap.EntryOrBuilder getEntryOrBuilder(
int index);
// repeated group Module = 101 {
/**
* repeated group Module = 101 { ... }
*/
java.util.List
getModuleList();
/**
* repeated group Module = 101 { ... }
*/
com.google.javascript.jscomp.FunctionInformationMap.Module getModule(int index);
/**
* repeated group Module = 101 { ... }
*/
int getModuleCount();
/**
* repeated group Module = 101 { ... }
*/
java.util.List extends com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder>
getModuleOrBuilderList();
/**
* repeated group Module = 101 { ... }
*/
com.google.javascript.jscomp.FunctionInformationMap.ModuleOrBuilder getModuleOrBuilder(
int index);
}