public interface TryCatchFinallyProcessor extends ComplexProcessor<ProcessStatus>
| 限定符和类型 | 方法和说明 |
|---|---|
List<TryCatchFinallyNode.CatchMapper> |
getCatchMapperList() |
BranchNode |
getFinallyBranch() |
BranchNode |
getTryBranch() |
void |
setCatchMapperList(List<TryCatchFinallyNode.CatchMapper> catchMapperList) |
void |
setFinallyBranch(BranchNode finallyBranch) |
void |
setTryBranch(BranchNode tryBranch) |
destroy, initializeBranchNode getTryBranch()
void setTryBranch(BranchNode tryBranch)
List<TryCatchFinallyNode.CatchMapper> getCatchMapperList()
void setCatchMapperList(List<TryCatchFinallyNode.CatchMapper> catchMapperList)
BranchNode getFinallyBranch()
void setFinallyBranch(BranchNode finallyBranch)
Copyright © 2021. All rights reserved.