java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorNode

public class ErrorNode extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ErrorNode(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
     
  • Method Summary

    Modifier and Type
    Method
    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)
     
     
    Optional<org.mule.runtime.api.meta.model.error.ErrorModel>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorNode

      public ErrorNode(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
  • Method Details

    • getErrorModel

      public Optional<org.mule.runtime.api.meta.model.error.ErrorModel> getErrorModel()
    • getChildren

      public Stream<ErrorNode> getChildren()
    • add

      public void add(Iterator<org.mule.runtime.api.meta.model.error.ErrorModel> errorModelIterator, org.mule.runtime.api.meta.model.error.ErrorModel parentErrorModel)
    • accept

      public void accept(org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorNode.ErrorNodeVisitor errorNodeVisitor)