public class AstTyping extends Object
| Constructor and Description |
|---|
AstTyping(AnnotatorsRegistry annotatorsRegistry,
TypeResolverRegistry typeResolverRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
annotate(AstNode astNode,
DataSenseProviderResolver dataSenseProviderResolver,
AstNotification astNotification) |
void |
annotate(AstNode astNode,
DataSenseProviderResolver dataSenseProviderResolver,
AstNotification astNotification,
AnnotatingMuleAstVisitor annotatingMuleAstVisitor) |
void |
generateExpected(AstNode astNode,
EventType eventType,
AstNotification astNotification,
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) |
void |
generateIncoming(AstNode astNode,
EventType eventType,
AstNotification astNotification,
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) |
void |
resolveTypes(AstNode astNode,
EventType eventType,
AstNotification astNotification,
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) |
public AstTyping(AnnotatorsRegistry annotatorsRegistry, TypeResolverRegistry typeResolverRegistry)
public void annotate(AstNode astNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification)
public void annotate(AstNode astNode, DataSenseProviderResolver dataSenseProviderResolver, AstNotification astNotification, AnnotatingMuleAstVisitor annotatingMuleAstVisitor)
public void resolveTypes(AstNode astNode, EventType eventType, AstNotification astNotification, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService)
public void generateIncoming(AstNode astNode, EventType eventType, AstNotification astNotification, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService)
public void generateExpected(AstNode astNode, EventType eventType, AstNotification astNotification, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.