Uses of Class
org.jetbrains.bsp.bazel.projectview.parser.splitter.ProjectViewRawSection
-
Packages that use ProjectViewRawSection Package Description org.jetbrains.bsp.bazel.projectview.parser org.jetbrains.bsp.bazel.projectview.parser.splitter -
-
Uses of ProjectViewRawSection in org.jetbrains.bsp.bazel.projectview.parser
Method parameters in org.jetbrains.bsp.bazel.projectview.parser with type arguments of type ProjectViewRawSection Modifier and Type Method Description java.util.Optional<T>ProjectViewRawSectionParser. parseOptionalRawSections(java.util.List<ProjectViewRawSection> rawSections)java.util.Optional<ProjectView>ProjectViewImportParser. parseRawSections(java.util.List<ProjectViewRawSection> rawSections)TProjectViewRawSectionParser. parseRawSections(java.util.List<ProjectViewRawSection> rawSections) -
Uses of ProjectViewRawSection in org.jetbrains.bsp.bazel.projectview.parser.splitter
Methods in org.jetbrains.bsp.bazel.projectview.parser.splitter that return types with arguments of type ProjectViewRawSection Modifier and Type Method Description static java.util.List<ProjectViewRawSection>ProjectViewSectionSplitter. split(java.lang.String fileContent)
-