| Package | Description |
|---|---|
| org.mule.runtime.ast.api.util | |
| org.mule.runtime.ast.internal |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactAst |
MuleAstUtils.emptyArtifact()
Provides a singleton empty
ArtifactAst instance. |
| Modifier and Type | Method and Description |
|---|---|
static Set<ComponentAst> |
MuleAstUtils.resolveOrphanComponents(ArtifactAst appModel)
Given an
ArtifactAst, return all those components within it that are not accessible from a top-level component. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredArtifactAst |
| Constructor and Description |
|---|
FilteredArtifactAst(ArtifactAst fullArtifactAst,
Predicate<ComponentAst> componentFilter) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.