public final class SQLBooleanExpr extends SQLExprImpl implements SQLExpr, SQLLiteralExpr, SQLValuableExpr
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLBooleanExpr.Type |
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
private boolean |
value |
attributes, parent| 构造器和说明 |
|---|
SQLBooleanExpr() |
SQLBooleanExpr(boolean value) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLBooleanExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
boolean |
getBooleanValue() |
List |
getChildren() |
Boolean |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(boolean value) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic static final SQLDataType DEFAULT_DATA_TYPE
private boolean value
public boolean getBooleanValue()
public Boolean getValue()
getValue 在接口中 SQLValuableExprpublic void setValue(boolean value)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic SQLBooleanExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLExprImplpublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.