| Package | Description |
|---|---|
| org.mule.runtime.ast.api | |
| org.mule.runtime.ast.api.util | |
| org.mule.runtime.ast.internal | |
| org.mule.runtime.ast.internal.stream |
| Modifier and Type | Method and Description |
|---|---|
Spliterator<ComponentAst> |
ArtifactAst.recursiveSpliterator(AstTraversalDirection direction) |
Spliterator<ComponentAst> |
ComponentAst.recursiveSpliterator(AstTraversalDirection direction)
This method will also traverse the complex parameters in each component.
|
Stream<ComponentAst> |
ArtifactAst.recursiveStream(AstTraversalDirection direction) |
Stream<ComponentAst> |
ComponentAst.recursiveStream(AstTraversalDirection direction)
This method will also traverse the complex parameters in each component.
|
| Modifier and Type | Method and Description |
|---|---|
static AstTraversalDirection |
AstTraversalDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstTraversalDirection[] |
AstTraversalDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<ComponentAst> |
FilteredArtifactAst.recursiveStream(AstTraversalDirection direction) |
| Constructor and Description |
|---|
ComponentAstSpliteratorStrategy(ComponentAst component,
AstTraversalDirection direction) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.