public class LazyParsedDependencyInfo extends DependencyInfo.Base
DependencyInfo.Base, DependencyInfo.Require, 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.
|
com.google.common.collect.ImmutableList<java.lang.String> |
getProvides()
Gets the symbols provided by this file.
|
com.google.common.collect.ImmutableList<DependencyInfo.Require> |
getRequires()
Gets the symbols required by this file.
|
com.google.common.collect.ImmutableList<java.lang.String> |
getWeakRequires()
Gets the symbols weakly required by this file.
|
getRequiredSymbols, isModule
public LazyParsedDependencyInfo(DependencyInfo delegate, JsAst ast, AbstractCompiler compiler)
public com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getLoadFlags()
DependencyInfo
public java.lang.String getName()
DependencyInfo
public java.lang.String getPathRelativeToClosureBase()
DependencyInfo
public com.google.common.collect.ImmutableList<DependencyInfo.Require> getRequires()
DependencyInfo
public com.google.common.collect.ImmutableList<java.lang.String> getWeakRequires()
DependencyInfo
public com.google.common.collect.ImmutableList<java.lang.String> getProvides()
DependencyInfo
Copyright © 2009-2018 Google. All Rights Reserved.