Class DirectivesTryCatch
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesTryCatch
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Try catch directives.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesTryCatch
(org.objectweb.asm.Label start, org.objectweb.asm.Label end, org.objectweb.asm.Label handler, String type) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesTryCatch
public DirectivesTryCatch(org.objectweb.asm.Label start, org.objectweb.asm.Label end, org.objectweb.asm.Label handler, String type) Constructor.- Parameters:
start
- Start labelend
- End labelhandler
- Handler labeltype
- Exception type
-
-
Method Details