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) |
void |
generateIncoming(AstNode astNode,
EventType eventType,
AstNotification astNotification) |
void |
resolveTypes(AstNode astNode,
EventType eventType,
AstNotification astNotification) |
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)
public void generateIncoming(AstNode astNode, EventType eventType, AstNotification astNotification)
public void generateExpected(AstNode astNode, EventType eventType, AstNotification astNotification)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.