Uses of Interface
com.google.devtools.build.lib.view.proto.Deps.SourceLocationOrBuilder
-
Packages that use Deps.SourceLocationOrBuilder Package Description com.google.devtools.build.lib.view.proto -
-
Uses of Deps.SourceLocationOrBuilder in com.google.devtools.build.lib.view.proto
Classes in com.google.devtools.build.lib.view.proto that implement Deps.SourceLocationOrBuilder Modifier and Type Class Description static classDeps.SourceLocationA specific location within a source file.static classDeps.SourceLocation.BuilderA specific location within a source file.Methods in com.google.devtools.build.lib.view.proto that return Deps.SourceLocationOrBuilder Modifier and Type Method Description Deps.SourceLocationOrBuilderDeps.Dependency.Builder. getLocationOrBuilder(int index)Source file locations: compilers can pinpoint the uses of a dependency.Deps.SourceLocationOrBuilderDeps.Dependency. getLocationOrBuilder(int index)Source file locations: compilers can pinpoint the uses of a dependency.Deps.SourceLocationOrBuilderDeps.DependencyOrBuilder. getLocationOrBuilder(int index)Source file locations: compilers can pinpoint the uses of a dependency.Methods in com.google.devtools.build.lib.view.proto that return types with arguments of type Deps.SourceLocationOrBuilder Modifier and Type Method Description java.util.List<? extends Deps.SourceLocationOrBuilder>Deps.Dependency.Builder. getLocationOrBuilderList()Source file locations: compilers can pinpoint the uses of a dependency.java.util.List<? extends Deps.SourceLocationOrBuilder>Deps.Dependency. getLocationOrBuilderList()Source file locations: compilers can pinpoint the uses of a dependency.java.util.List<? extends Deps.SourceLocationOrBuilder>Deps.DependencyOrBuilder. getLocationOrBuilderList()Source file locations: compilers can pinpoint the uses of a dependency.
-