public class TryCatchFinallyProcessorProxy extends AbstractProcessorProxy<TryCatchFinallyProcessor,ProcessStatus> implements TryCatchFinallyProcessor
| 构造器和说明 |
|---|
TryCatchFinallyProcessorProxy(@NotNull TryCatchFinallyProcessor target,
@NotNull StatusWrapperHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TryCatchFinallyNode.CatchMapper> |
getCatchMapperList() |
BranchNode |
getFinallyBranch() |
BranchNode |
getTryBranch() |
void |
setCatchMapperList(List<TryCatchFinallyNode.CatchMapper> catchMapperList) |
void |
setFinallyBranch(BranchNode finallyBranch) |
void |
setTryBranch(BranchNode tryBranch) |
static TryCatchFinallyProcessor |
wrap(@NotNull TryCatchFinallyProcessor target,
List<StatusWrapperHandler> handlers) |
destroy, getHandler, getTarget, initialize, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, initializepublic TryCatchFinallyProcessorProxy(@NotNull
@NotNull TryCatchFinallyProcessor target,
@NotNull
@NotNull StatusWrapperHandler handler)
public static TryCatchFinallyProcessor wrap(@NotNull @NotNull TryCatchFinallyProcessor target, List<StatusWrapperHandler> handlers)
public BranchNode getTryBranch()
getTryBranch 在接口中 TryCatchFinallyProcessorpublic void setTryBranch(BranchNode tryBranch)
setTryBranch 在接口中 TryCatchFinallyProcessorpublic List<TryCatchFinallyNode.CatchMapper> getCatchMapperList()
getCatchMapperList 在接口中 TryCatchFinallyProcessorpublic void setCatchMapperList(List<TryCatchFinallyNode.CatchMapper> catchMapperList)
setCatchMapperList 在接口中 TryCatchFinallyProcessorpublic BranchNode getFinallyBranch()
getFinallyBranch 在接口中 TryCatchFinallyProcessorpublic void setFinallyBranch(BranchNode finallyBranch)
setFinallyBranch 在接口中 TryCatchFinallyProcessorCopyright © 2021. All rights reserved.