Uses of Class
org.jetbrains.bsp.bazel.projectview.parser.splitter.ProjectViewRawSection
-
Packages that use ProjectViewRawSection Package Description org.jetbrains.bsp.bazel.projectview.parser.splitter -
-
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 io.vavr.collection.List<ProjectViewRawSection>ProjectViewRawSections. getAllWithName(java.lang.String sectionName)io.vavr.control.Option<ProjectViewRawSection>ProjectViewRawSections. getLastSectionWithName(java.lang.String sectionName)Constructor parameters in org.jetbrains.bsp.bazel.projectview.parser.splitter with type arguments of type ProjectViewRawSection Constructor Description ProjectViewRawSections(io.vavr.collection.List<ProjectViewRawSection> sections)
-