Uses of Class
io.quarkus.qute.deployment.QuteProcessor.MatchResult
-
Packages that use QuteProcessor.MatchResult Package Description io.quarkus.qute.deployment -
-
Uses of QuteProcessor.MatchResult in io.quarkus.qute.deployment
Methods in io.quarkus.qute.deployment that return QuteProcessor.MatchResult Modifier and Type Method Description (package private) QuteProcessor.MatchResultTemplateExpressionMatchesBuildItem. getMatch(Integer generatedId)(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)Methods in io.quarkus.qute.deployment that return types with arguments of type QuteProcessor.MatchResult Modifier and Type Method Description (package private) Map<Integer,QuteProcessor.MatchResult>TemplateExpressionMatchesBuildItem. getGeneratedIdsToMatches()Methods in io.quarkus.qute.deployment with parameters of type QuteProcessor.MatchResult Modifier and Type Method Description (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.MatchResult Modifier and Type Method Description (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)Constructor parameters in io.quarkus.qute.deployment with type arguments of type QuteProcessor.MatchResult Constructor Description TemplateExpressionMatchesBuildItem(String templateGeneratedId, Map<Integer,QuteProcessor.MatchResult> generatedIdsToMatches)
-