Uses of Class
org.mule.datasense.impl.model.ast.MuleApplicationNode
Packages that use MuleApplicationNode
Package
Description
-
Uses of MuleApplicationNode in org.mule.datasense.impl
Methods in org.mule.datasense.impl that return MuleApplicationNode -
Uses of MuleApplicationNode in org.mule.datasense.impl.model.annotations
Methods in org.mule.datasense.impl.model.annotations that return MuleApplicationNodeConstructors in org.mule.datasense.impl.model.annotations with parameters of type MuleApplicationNode -
Uses of MuleApplicationNode in org.mule.datasense.impl.model.ast
Methods in org.mule.datasense.impl.model.ast with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptionAstNodeVisitor.visit(MuleApplicationNode muleApplicationNode, T visitorContext) Constructors in org.mule.datasense.impl.model.ast with parameters of type MuleApplicationNode -
Uses of MuleApplicationNode in org.mule.datasense.impl.phases.annotators
Methods in org.mule.datasense.impl.phases.annotators with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptiondefault voidAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidAnnotatorsRegistry.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidFunctionBindingsAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) voidGlobalBindingsAnnotator.annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) -
Uses of MuleApplicationNode in org.mule.datasense.impl.phases.builder
Methods in org.mule.datasense.impl.phases.builder that return MuleApplicationNode -
Uses of MuleApplicationNode in org.mule.datasense.impl.phases.scoping
Methods in org.mule.datasense.impl.phases.scoping with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptionExpectedAstVisitor.visit(MuleApplicationNode muleApplicationNode, ExpectedAstVisitorContext visitorContext) IncomingAstVisitor.visit(MuleApplicationNode muleApplicationNode, IncomingAstVisitorContext visitorContext) -
Uses of MuleApplicationNode in org.mule.datasense.impl.phases.typing
Methods in org.mule.datasense.impl.phases.typing with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptionTypingMuleAstVisitor.resolveType(AstNode astNode, EventType inputEventType, AstNotification astNotification, MuleApplicationNode muleApplicationNode) AnnotatingMuleAstVisitor.visit(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext visitorContext) TypingMuleAstVisitor.visit(MuleApplicationNode muleApplicationNode, TypingMuleAstVisitorContext visitorContext) -
Uses of MuleApplicationNode in org.mule.datasense.impl.phases.typing.resolver
Methods in org.mule.datasense.impl.phases.typing.resolver that return types with arguments of type MuleApplicationNodeModifier and TypeMethodDescriptionprotected Optional<MuleApplicationNode>BaseTypeResolver.findMuleApplicationNode(TypingMuleAstVisitorContext typingMuleAstVisitorContext) -
Uses of MuleApplicationNode in org.mule.datasense.impl.tooling
Methods in org.mule.datasense.impl.tooling with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptionTypeInfoQuery.getFunctionBindings(MuleApplicationNode muleApplicationNode) TypeInfoQuery.getGlobalTypeBindings(MuleApplicationNode muleApplicationNode) MetadataQuery.perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification) NodeInfoQuery.perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification) TypeContextQuery.perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification) TypedApplicationQuery.perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification) TypeInfoQuery.perform(MuleApplicationNode muleApplicationNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification) -
Uses of MuleApplicationNode in org.mule.datasense.impl.util
Methods in org.mule.datasense.impl.util with parameters of type MuleApplicationNodeModifier and TypeMethodDescriptionDisplayMuleAstVisitor.visit(MuleApplicationNode muleApplicationNode, DisplayMuleAstVisitorContext visitorContext)