Class 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 Detail

      • 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
        Suppressed Checkstyle violations:
        ParameterNumberCheck (5 lines)
    • Method Detail

      • iterator

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