@NoImplement
public interface ElementDeclarationContainer
ElementDeclaration that is part of this container declaration. A container
is defined as any ElementDeclaration that contains any another ElementDeclaration of any kind.| Modifier and Type | Method and Description |
|---|---|
<T extends ElementDeclaration> |
findElement(List<String> parts)
|
<T extends ElementDeclaration> Optional<T> findElement(List<String> parts)
parts - the parts of a Location relative to this elementElementDeclaration located in the path created by the parts or Optional.empty() if no
ElementDeclaration was found in that location.Copyright © 2022 MuleSoft, Inc.. All rights reserved.