Uses of Class
io.quarkus.qute.deployment.QuteProcessor.MatchResult
Packages that use QuteProcessor.MatchResult
-
Uses of QuteProcessor.MatchResult in io.quarkus.qute.deployment
Methods in io.quarkus.qute.deployment that return QuteProcessor.MatchResultModifier and TypeMethodDescription(package private) QuteProcessor.MatchResult(package private) static QuteProcessor.MatchResultQuteProcessor.validateNestedExpressions(QuteConfig config, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, org.jboss.jandex.ClassInfo rootClazz, Map<String, QuteProcessor.MatchResult> results, Iterable<Predicate<TypeCheckExcludeBuildItem.TypeCheck>> excludes, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions, io.quarkus.qute.Expression expression, org.jboss.jandex.IndexView index, Map<org.jboss.jandex.DotName, Set<String>> implicitClassToMembersUsed, Function<String, String> templateIdToPathFun, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, Iterable<Predicate<TypeCheckExcludeBuildItem.TypeCheck>> extensionMethodExcludes, CheckedTemplateBuildItem checkedTemplate, QuteProcessor.JavaMemberLookupConfig lookupConfig, Map<String, io.quarkus.arc.processor.BeanInfo> namedBeans, Map<String, TemplateDataBuildItem> namespaceTemplateData, List<TemplateExtensionMethodBuildItem> regularExtensionMethods, Map<String, List<TemplateExtensionMethodBuildItem>> namespaceToExtensionMethods, Types.AssignabilityCheck assignabilityCheck, List<TemplateGlobalBuildItem> globals) Methods in io.quarkus.qute.deployment that return types with arguments of type QuteProcessor.MatchResultModifier and TypeMethodDescription(package private) Map<Integer,QuteProcessor.MatchResult> TemplateExpressionMatchesBuildItem.getGeneratedIdsToMatches()Methods in io.quarkus.qute.deployment with parameters of type QuteProcessor.MatchResultModifier and TypeMethodDescription(package private) static booleanQuteProcessor.processHints(TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions) (package private) static Iterator<TypeInfos.Info>QuteProcessor.processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions) (package private) static voidQuteProcessor.processLoopElementHint(QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions) Method parameters in io.quarkus.qute.deployment with type arguments of type QuteProcessor.MatchResultModifier and TypeMethodDescription(package private) static booleanQuteProcessor.processHints(TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions) (package private) static Iterator<TypeInfos.Info>QuteProcessor.processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions) (package private) static QuteProcessor.MatchResultQuteProcessor.validateNestedExpressions(QuteConfig config, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, org.jboss.jandex.ClassInfo rootClazz, Map<String, QuteProcessor.MatchResult> results, Iterable<Predicate<TypeCheckExcludeBuildItem.TypeCheck>> excludes, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions, io.quarkus.qute.Expression expression, org.jboss.jandex.IndexView index, Map<org.jboss.jandex.DotName, Set<String>> implicitClassToMembersUsed, Function<String, String> templateIdToPathFun, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches, Iterable<Predicate<TypeCheckExcludeBuildItem.TypeCheck>> extensionMethodExcludes, CheckedTemplateBuildItem checkedTemplate, QuteProcessor.JavaMemberLookupConfig lookupConfig, Map<String, io.quarkus.arc.processor.BeanInfo> namedBeans, Map<String, TemplateDataBuildItem> namespaceTemplateData, List<TemplateExtensionMethodBuildItem> regularExtensionMethods, Map<String, List<TemplateExtensionMethodBuildItem>> namespaceToExtensionMethods, Types.AssignabilityCheck assignabilityCheck, List<TemplateGlobalBuildItem> globals) Constructor parameters in io.quarkus.qute.deployment with type arguments of type QuteProcessor.MatchResultModifierConstructorDescriptionTemplateExpressionMatchesBuildItem(String templateGeneratedId, Map<Integer, QuteProcessor.MatchResult> generatedIdsToMatches)