public abstract static class DependencyInfo.Base extends java.lang.Object implements DependencyInfo
isModule()
.DependencyInfo.Base, DependencyInfo.Require, DependencyInfo.Util
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<java.lang.String> |
getRequiredSymbols() |
boolean |
isModule()
Whether the symbol is provided by a module
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoadFlags, getName, getPathRelativeToClosureBase, getProvides, getRequires, getTypeRequires
public boolean isModule()
DependencyInfo
isModule
in interface DependencyInfo
public com.google.common.collect.ImmutableList<java.lang.String> getRequiredSymbols()
getRequiredSymbols
in interface DependencyInfo
Copyright © 2009-2019 Google. All Rights Reserved.