Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Method and Description |
---|---|
Catch |
Catch.addThrowable(Type type,
String name)
Adds a formal parameter to this catch clause.
|
Catch |
Try.newCatch(Type type,
String name)
Adds a new
Catch statement to this Try . |
Catch |
Catch.setThrowable(Type type,
String name)
Sets the formal parameter for this catch clause.
|
Modifier and Type | Method and Description |
---|---|
List<Catch> |
Try.getCatches()
Gets the list of catches as an list of
Catch . |
Copyright © 2000–2018 jenesis4java. All rights reserved.