public interface ArtifactAst
| Modifier and Type | Method and Description |
|---|---|
Spliterator<ComponentAst> |
recursiveSpliterator() |
Stream<ComponentAst> |
recursiveStream() |
Spliterator<ComponentAst> |
topLevelComponentsSpliterator() |
Stream<ComponentAst> |
topLevelComponentsStream() |
Stream<ComponentAst> recursiveStream()
Stream for this component and its children recursively that navigates the whole AST.Spliterator<ComponentAst> recursiveSpliterator()
Spliterator for this component and its children recursively that navigates the whole AST.Stream<ComponentAst> topLevelComponentsStream()
Stream for the top-level components (i.e.: configs, flows) of the artifact represented by this AST.Spliterator<ComponentAst> topLevelComponentsSpliterator()
Spliterator for the top-level components (i.e.: configs, flows) of the artifact represented by this AST.Copyright © 2021 MuleSoft, Inc.. All rights reserved.