Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJCatch |
Modifier and Type | Method and Description |
---|---|
JCatch |
ImplJCatch._catch(int mods,
java.lang.Class<? extends java.lang.Throwable> type,
java.lang.String var) |
JCatch |
ImplJTry._catch(int mods,
java.lang.Class<? extends java.lang.Throwable> type,
java.lang.String var) |
JCatch |
JTry._catch(int mods,
java.lang.Class<? extends java.lang.Throwable> type,
java.lang.String var)
Add a
catch block. |
JCatch |
ImplJCatch._catch(int mods,
JType type,
java.lang.String var) |
JCatch |
ImplJTry._catch(int mods,
JType type,
java.lang.String var) |
JCatch |
JTry._catch(int mods,
JType type,
java.lang.String var)
Add a
catch block. |
JCatch |
ImplJCatch._catch(int mods,
java.lang.String type,
java.lang.String var) |
JCatch |
ImplJTry._catch(int mods,
java.lang.String type,
java.lang.String var) |
JCatch |
JTry._catch(int mods,
java.lang.String type,
java.lang.String var)
Add a
catch block. |
JCatch |
JCatch.or(java.lang.Class<? extends java.lang.Throwable> orType)
Add another type option to this catch branch.
|
JCatch |
ImplJCatch.or(java.lang.Class<? extends java.lang.Throwable> orType) |
JCatch |
JCatch.or(JType orType)
Add another type option to this catch branch.
|
JCatch |
ImplJCatch.or(JType orType) |
JCatch |
JCatch.or(java.lang.String orType)
Add another type option to this catch branch.
|
JCatch |
ImplJCatch.or(java.lang.String orType) |