Uses of Class
edu.sustech.search.engine.github.models.TextMatch
Packages that use TextMatch
Package
Description
-
Uses of TextMatch in edu.sustech.search.engine.github.models.code
Methods in edu.sustech.search.engine.github.models.code that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.code with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidCodeItem.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches -
Uses of TextMatch in edu.sustech.search.engine.github.models.commit
Methods in edu.sustech.search.engine.github.models.commit that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.commit with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidCommitItem.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches -
Uses of TextMatch in edu.sustech.search.engine.github.models.issue
Methods in edu.sustech.search.engine.github.models.issue that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.issue with type arguments of type TextMatch -
Uses of TextMatch in edu.sustech.search.engine.github.models.label
Methods in edu.sustech.search.engine.github.models.label that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.label with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidLabel.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches -
Uses of TextMatch in edu.sustech.search.engine.github.models.repository
Methods in edu.sustech.search.engine.github.models.repository that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.repository with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidRepository.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches -
Uses of TextMatch in edu.sustech.search.engine.github.models.topic
Methods in edu.sustech.search.engine.github.models.topic that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.topic with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidTopic.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches -
Uses of TextMatch in edu.sustech.search.engine.github.models.user
Methods in edu.sustech.search.engine.github.models.user that return types with arguments of type TextMatchMethod parameters in edu.sustech.search.engine.github.models.user with type arguments of type TextMatchModifier and TypeMethodDescriptionvoidUser.setTextMatches(List<TextMatch> textMatches) Search Result Text Matches