Uses of Class
org.mule.datasense.impl.phases.typing.AnnotatingMuleAstVisitorContext
Packages that use AnnotatingMuleAstVisitorContext
-
Uses of AnnotatingMuleAstVisitorContext in org.mule.datasense.impl.phases.annotators
Methods in org.mule.datasense.impl.phases.annotators with parameters of type AnnotatingMuleAstVisitorContextModifier and TypeMethodDescriptiondefault voidAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) default voidAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) default voidAnnotator.annotate(MuleFlowNode muleFlowNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidAnnotatorsRegistry.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidAnnotatorsRegistry.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidAnnotatorsRegistry.annotate(MuleFlowNode muleFlowNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidBaseExtensionAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidConstructAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidFunctionBindingsAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidGlobalBindingsAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidInfoAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidMessageProcessorTypeDeclarationAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidMUnitDeclarationAnnotator.annotate(MuleFlowNode muleFlowNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidOperationAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidOperationCallAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidOperationCallCustomizerAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidSourceAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidStaticDslOperationAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidStaticDslSourceAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidTransformAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidTypeResolverAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidUnknownTypeResolverAnnotator.annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) protected voidBaseAnnotator.reportError(org.mule.runtime.api.i18n.I18nMessage message, MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) protected abstract Optional<org.mule.runtime.api.meta.model.ComponentModel>BaseExtensionAnnotator.resolveComponentModel(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext, DataSenseProviderResolver dataSenseProviderResolver, org.mule.runtime.ast.api.ComponentAst componentModel) protected Optional<org.mule.runtime.api.meta.model.ComponentModel>StaticOperationAnnotator.resolveComponentModel(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext, DataSenseProviderResolver dataSenseProviderResolver, org.mule.runtime.ast.api.ComponentAst componentModel) protected Optional<org.mule.runtime.api.meta.model.ComponentModel>StaticSourceAnnotator.resolveComponentModel(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext, DataSenseProviderResolver dataSenseProviderResolver, org.mule.runtime.ast.api.ComponentAst componentModel) protected org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.operation.OperationModel>DynamicOperationAnnotator.resolveMetadata(MessageProcessorNode messageProcessorNode, DataSenseMetadataProvider dataSenseMetadataProvider, ComponentLocationAnnotation componentLocationAnnotation, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) protected org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.meta.model.source.SourceModel>DynamicSourceAnnotator.resolveMetadata(MessageProcessorNode messageProcessorNode, DataSenseMetadataProvider dataSenseMetadataProvider, ComponentLocationAnnotation componentLocationAnnotation, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) -
Uses of AnnotatingMuleAstVisitorContext in org.mule.datasense.impl.phases.typing
Methods in org.mule.datasense.impl.phases.typing with parameters of type AnnotatingMuleAstVisitorContextModifier and TypeMethodDescriptionvoidAnnotatingMuleAstVisitor.annotate(AstNode astNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) AnnotatingMuleAstVisitor.visit(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext visitorContext) AnnotatingMuleAstVisitor.visit(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext visitorContext) AnnotatingMuleAstVisitor.visit(MuleFlowNode muleFlowNode, AnnotatingMuleAstVisitorContext visitorContext)