public static class TryCatchFinallyProcessorModel.CatchMapperModel extends Model<TryCatchFinallyNode.CatchMapper>
| 限定符和类型 | 字段和说明 |
|---|---|
private BranchNodeModel |
branchNodeModel |
private String |
expClassName |
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
CatchMapperModel(TryCatchFinallyNode.CatchMapper resource) |
| 限定符和类型 | 方法和说明 |
|---|---|
BranchNodeModel |
getBranchNodeModel() |
String |
getExpClassName() |
protected void |
init() |
void |
setBranchNodeModel(BranchNodeModel branchNodeModel) |
void |
setExpClassName(String expClassName) |
getClassName, getDescription, getId, getName, getResource, setClassName, setDescription, setId, setNameprivate static final long serialVersionUID
private String expClassName
private BranchNodeModel branchNodeModel
public CatchMapperModel(@NotNull
TryCatchFinallyNode.CatchMapper resource)
public String getExpClassName()
public void setExpClassName(String expClassName)
public BranchNodeModel getBranchNodeModel()
public void setBranchNodeModel(BranchNodeModel branchNodeModel)
protected void init()
init 在类中 Model<TryCatchFinallyNode.CatchMapper>Copyright © 2021. All rights reserved.