Class DirectivesTryCatch

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesTryCatch
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesTryCatch extends Object implements Iterable<org.xembly.Directive>
Try catch directives.
Since:
0.1
  • Constructor Details

    • DirectivesTryCatch

      public DirectivesTryCatch(BytecodeLabel start, BytecodeLabel end, BytecodeLabel handler, String type)
      Constructor.
      Parameters:
      start - Start label
      end - End label
      handler - Handler label
      type - Exception type
  • Method Details

    • iterator

      public Iterator<org.xembly.Directive> iterator()
      Specified by:
      iterator in interface Iterable<org.xembly.Directive>