public static class SQLIfStatement.ElseIf extends SQLObjectImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
ElseIf() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLIfStatement.ElseIf |
clone() |
SQLExpr |
getCondition() |
List<SQLStatement> |
getStatements() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setCondition(SQLExpr condition) |
void |
setStatements(List<SQLStatement> statements) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLIfStatement.ElseIf clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.