public static class TryCatchFinallyNodeBuilder.TryCatchFinally extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private TryCatchFinallyNodeBuilder |
builder |
| 构造器和说明 |
|---|
TryCatchFinally(TryCatchFinallyNodeBuilder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
TryCatchFinallyNode |
build() |
TryCatchFinallyNodeBuilder.TryCatchFinally |
catchOn(Class<? extends Throwable> expClass,
BranchNode branch) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
catchOn(@NotNull Class<? extends Throwable> expClass,
ExecutableNode<?,?>... nodes) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
catchOn(@NotNull Class<? extends Throwable> expClass,
List<ExecutableNode<?,?>> nodes) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
catchOn(@NotNull Class<? extends Throwable> expClass,
Processor<?>... processors) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
doFinally(BranchNode finallyBranch) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
doFinally(ExecutableNode<?,?>... nodes) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
doFinally(List<ExecutableNode<?,?>> nodes) |
TryCatchFinallyNodeBuilder.TryCatchFinally |
doFinally(Processor<?>... processors) |
private TryCatchFinallyNodeBuilder builder
public TryCatchFinally(TryCatchFinallyNodeBuilder builder)
public TryCatchFinallyNodeBuilder.TryCatchFinally catchOn(Class<? extends Throwable> expClass, BranchNode branch)
public TryCatchFinallyNodeBuilder.TryCatchFinally catchOn(@NotNull @NotNull Class<? extends Throwable> expClass, ExecutableNode<?,?>... nodes)
public TryCatchFinallyNodeBuilder.TryCatchFinally catchOn(@NotNull @NotNull Class<? extends Throwable> expClass, List<ExecutableNode<?,?>> nodes)
public TryCatchFinallyNodeBuilder.TryCatchFinally catchOn(@NotNull @NotNull Class<? extends Throwable> expClass, Processor<?>... processors)
public TryCatchFinallyNodeBuilder.TryCatchFinally doFinally(BranchNode finallyBranch)
public TryCatchFinallyNodeBuilder.TryCatchFinally doFinally(ExecutableNode<?,?>... nodes)
public TryCatchFinallyNodeBuilder.TryCatchFinally doFinally(Processor<?>... processors)
public TryCatchFinallyNodeBuilder.TryCatchFinally doFinally(List<ExecutableNode<?,?>> nodes)
public TryCatchFinallyNode build()
Copyright © 2021. All rights reserved.