Uses of Class
org.jetbrains.bsp.bazel.projectview.parser.sections.ProjectViewSectionParser
-
-
Uses of ProjectViewSectionParser in org.jetbrains.bsp.bazel.projectview.parser
Methods in org.jetbrains.bsp.bazel.projectview.parser with parameters of type ProjectViewSectionParser Modifier and Type Method Description static <T extends ProjectViewSection>
ProjectViewRawSectionParser<T>ProjectViewRawSectionParser. forParser(ProjectViewSectionParser<T> parser) -
Uses of ProjectViewSectionParser in org.jetbrains.bsp.bazel.projectview.parser.sections
Subclasses of ProjectViewSectionParser in org.jetbrains.bsp.bazel.projectview.parser.sections Modifier and Type Class Description classProjectViewListSectionParser<T extends ProjectViewSection> -
Uses of ProjectViewSectionParser in org.jetbrains.bsp.bazel.projectview.parser.sections.specific
Subclasses of ProjectViewSectionParser in org.jetbrains.bsp.bazel.projectview.parser.sections.specific Modifier and Type Class Description classDirectoriesSectionParserclassTargetsSectionParser
-