public class TryCatchFinallyNode extends AbstractExecutableNode<ProcessStatus,TryCatchFinallyProcessor> implements ComplexNodes<ExecutableNode<?,?>>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TryCatchFinallyNode.CatchMapper |
description, enableSupplier, id, logger, nameSTRONG_DEPENDENCY, WEAK_DEPENDENCY| 构造器和说明 |
|---|
TryCatchFinallyNode() |
TryCatchFinallyNode(BranchNode tryBranch,
List<TryCatchFinallyNode.CatchMapper> catchMapper,
BranchNode finallyBranch) |
TryCatchFinallyNode(@NotNull TryCatchFinallyProcessor processor) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ExecutableNode<?,?>> |
getNodes() |
addProcessListeners, destroy, execute, getExecutor, getFallbackProcessor, getListeners, getName, getProcessor, getResultKey, getReturnCondition, getRule, initialize, isParallel, isWeakDependency, notifyListeners, onException, parallel, parallel, postExecution, preExecution, processOn, registerProcessor, returnOn, ruleCheck, setExecutor, setFallbackProcessor, setListeners, setParallel, setResultKey, setRule, setWeakDependencyaddReadableKeys, addReadableKeys, addWritableKeys, addWritableKeys, getKeyMapper, getReadableKeys, getWritableKeys, setKeyMapper, setReadableKeys, setWritableKeysenabled, getDescription, getId, setDescription, setEnabled, setEnabled, setId, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenabled, setDescription, setEnabled, setEnabled, setId, setNamegetDescriptiongetKeyMapper, getReadableKeys, getWritableKeys, setKeyMapper, setReadableKeys, setWritableKeyspublic TryCatchFinallyNode()
public TryCatchFinallyNode(BranchNode tryBranch, List<TryCatchFinallyNode.CatchMapper> catchMapper, BranchNode finallyBranch)
public TryCatchFinallyNode(@NotNull
@NotNull TryCatchFinallyProcessor processor)
public List<ExecutableNode<?,?>> getNodes()
getNodes 在接口中 ComplexNodes<ExecutableNode<?,?>>Copyright © 2021. All rights reserved.