Uses of Class
org.mule.datasense.impl.model.ast.AstNodeLocation
Packages that use AstNodeLocation
Package
Description
-
Uses of AstNodeLocation in org.mule.datasense.impl.model.ast
Methods in org.mule.datasense.impl.model.ast that return AstNodeLocationMethods in org.mule.datasense.impl.model.ast with parameters of type AstNodeLocationModifier and TypeMethodDescriptionvoidAstNotification.reportDebug(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidAstNotification.reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidAstNotification.reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) voidAstNotification.reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidAstNotification.reportFatalError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) voidAstNotification.reportInfo(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidAstNotification.reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message) voidAstNotification.reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage message, org.mule.runtime.api.metadata.resolving.FailureCode failureCode, org.mule.runtime.api.metadata.resolving.MetadataComponent metadataComponent, String failingElement, org.mule.runtime.api.i18n.I18nMessage reason) -
Uses of AstNodeLocation in org.mule.datasense.impl.phases.typing.resolver
Methods in org.mule.datasense.impl.phases.typing.resolver with parameters of type AstNodeLocationModifier and TypeMethodDescriptionprotected org.mule.runtime.api.metadata.ExpressionLanguageMetadataService.MessageCallbackBaseTypeResolver.createMessageCallback(AstNotification astNotification, AstNodeLocation astNodeLocation, String expression) protected MessageCallbackFactoryBaseTypeResolver.createMessageCallbackFactory(AstNotification astNotification, AstNodeLocation astNodeLocation) -
Uses of AstNodeLocation in org.mule.datasense.impl.phases.typing.resolver.transform
Methods in org.mule.datasense.impl.phases.typing.resolver.transform with parameters of type AstNodeLocationModifier and TypeMethodDescriptionTransformParser.parse(org.mule.runtime.ast.api.ComponentAst transformComponentModel, Function<String, Optional<URI>> resourceResolver, AstNotification astNotification, AstNodeLocation astNodeLocation) -
Uses of AstNodeLocation in org.mule.datasense.impl.util
Constructors in org.mule.datasense.impl.util with parameters of type AstNodeLocationModifierConstructorDescriptionAstMessageCallbackFactory(AstNotification astNotification, AstNodeLocation astNodeLocation)