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(BytecodeLabel start, BytecodeLabel end, BytecodeLabel handler, String type) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesTryCatch
public DirectivesTryCatch(BytecodeLabel start, BytecodeLabel end, BytecodeLabel handler, String type) Constructor.- Parameters:
start- Start labelend- End labelhandler- Handler labeltype- Exception type
-
-
Method Details