Constant Field Values

Contents

com.google.*

  • com.google.javascript.jscomp.modules.Export 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_EXPORT_NAME "*default*"
    public static final java.lang.String NAMESPACE "*exports*"
  • com.google.javascript.jscomp.parsing.JsDocInfoParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BAD_TYPE_WIKI_LINK " See https://github.com/google/closure-compiler/wiki/Annotating-JavaScript-for-the-Closure-Compiler for more information."
  • com.google.javascript.jscomp.parsing.parser.PredefinedName 
    Modifier and Type Constant Field Value
    public static final java.lang.String AS "as"
    public static final java.lang.String FROM "from"
    public static final java.lang.String GET "get"
    public static final java.lang.String OF "of"
    public static final java.lang.String SET "set"