public class LazyParsedDependencyInfo extends java.lang.Object implements DependencyInfo
DependencyInfo.Base, DependencyInfo.Util| Constructor and Description |
|---|
LazyParsedDependencyInfo(DependencyInfo delegate,
JsAst ast,
AbstractCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> |
getLoadFlags()
Gets the loading information for this file.
|
java.lang.String |
getName()
Gets the unique name / path of this file.
|
java.lang.String |
getPathRelativeToClosureBase()
Gets the path of this file relative to Closure's base.js file.
|
java.util.Collection<java.lang.String> |
getProvides()
Gets the symbols provided by this file.
|
java.util.Collection<java.lang.String> |
getRequires()
Gets the symbols required by this file.
|
boolean |
isModule()
Whether the symbol is provided by a module
|
public LazyParsedDependencyInfo(DependencyInfo delegate, JsAst ast, AbstractCompiler compiler)
public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getLoadFlags()
DependencyInfogetLoadFlags in interface DependencyInfopublic java.lang.String getName()
DependencyInfogetName in interface DependencyInfopublic java.lang.String getPathRelativeToClosureBase()
DependencyInfogetPathRelativeToClosureBase in interface DependencyInfopublic java.util.Collection<java.lang.String> getRequires()
DependencyInfogetRequires in interface DependencyInfopublic java.util.Collection<java.lang.String> getProvides()
DependencyInfogetProvides in interface DependencyInfopublic boolean isModule()
DependencyInfoisModule in interface DependencyInfoCopyright © 2009-2017 Google. All Rights Reserved.