public class ErrorNode extends Object
| Constructor and Description |
|---|
ErrorNode(org.mule.runtime.api.meta.model.error.ErrorModel errorModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorNode.ErrorNodeVisitor errorNodeVisitor) |
void |
add(Iterator<org.mule.runtime.api.meta.model.error.ErrorModel> errorModelIterator,
org.mule.runtime.api.meta.model.error.ErrorModel parentErrorModel) |
Stream<ErrorNode> |
getChildren() |
Optional<org.mule.runtime.api.meta.model.error.ErrorModel> |
getErrorModel() |
public ErrorNode(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
public Optional<org.mule.runtime.api.meta.model.error.ErrorModel> getErrorModel()
public void add(Iterator<org.mule.runtime.api.meta.model.error.ErrorModel> errorModelIterator, org.mule.runtime.api.meta.model.error.ErrorModel parentErrorModel)
public void accept(org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorNode.ErrorNodeVisitor errorNodeVisitor)
Copyright © 2020 MuleSoft, Inc.. All rights reserved.