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 TypeMethodDescriptionvoid
CodeItem.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 TypeMethodDescriptionvoid
CommitItem.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 TypeMethodDescriptionvoid
Label.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 TypeMethodDescriptionvoid
Repository.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 TypeMethodDescriptionvoid
Topic.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 TypeMethodDescriptionvoid
User.setTextMatches
(List<TextMatch> textMatches) Search Result Text Matches