Uses of Enum Class
org.mule.runtime.ast.api.util.AstTraversalDirection
Packages that use AstTraversalDirection
-
Uses of AstTraversalDirection in org.mule.runtime.ast.api
Methods in org.mule.runtime.ast.api with parameters of type AstTraversalDirectionModifier and TypeMethodDescriptionArtifactAst.recursiveSpliterator(AstTraversalDirection direction) ComponentAst.recursiveSpliterator(AstTraversalDirection direction) This method will also traverse the complex parameters in each component.ArtifactAst.recursiveStream(AstTraversalDirection direction) ComponentAst.recursiveStream(AstTraversalDirection direction) This method will also traverse the complex parameters in each component. -
Uses of AstTraversalDirection in org.mule.runtime.ast.api.util
Methods in org.mule.runtime.ast.api.util that return AstTraversalDirectionModifier and TypeMethodDescriptionstatic AstTraversalDirectionReturns the enum constant of this class with the specified name.static AstTraversalDirection[]AstTraversalDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mule.runtime.ast.api.util with parameters of type AstTraversalDirectionModifier and TypeMethodDescriptionBaseArtifactAst.recursiveSpliterator(AstTraversalDirection direction) BaseComponentAst.recursiveSpliterator(AstTraversalDirection direction) BaseComponentAstDecorator.recursiveSpliterator(AstTraversalDirection direction) BaseArtifactAst.recursiveStream(AstTraversalDirection direction) BaseComponentAst.recursiveStream(AstTraversalDirection direction) BaseComponentAstDecorator.recursiveStream(AstTraversalDirection direction) static Stream<org.mule.runtime.api.util.Pair<ComponentAst,List<ComponentAst>>> MuleAstUtils.recursiveStreamWithHierarchy(ArtifactAst artifact, AstTraversalDirection direction) Similar toArtifactAst.recursiveStream(), but it enhances theStreamby adding hierarchy context to each item.static Stream<org.mule.runtime.api.util.Pair<ComponentAst,List<ComponentAst>>> MuleAstUtils.recursiveStreamWithHierarchy(ArtifactAst artifact, AstTraversalDirection direction, boolean ignoreParameterComplexValues) Similar toArtifactAst.recursiveStream(), but it enhances theStreamby adding hierarchy context to each item.