public static class SQLIfStatement.Else extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLStatement> |
statements |
attributes, parent| 构造器和说明 |
|---|
Else() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLIfStatement.Else |
clone() |
List<SQLStatement> |
getStatements() |
void |
setStatements(List<SQLStatement> statements) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprivate List<SQLStatement> statements
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public SQLIfStatement.Else clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.