public class SQLBinaryExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
| Constructor and Description |
|---|
SQLBinaryExpr() |
SQLBinaryExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLBinaryExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
String |
getText() |
Number |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(String value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLBinaryExpr()
public SQLBinaryExpr(String value)
public String getText()
public Number getValue()
getValue in interface SQLValuableExprpublic void setValue(String value)
public void accept0(SQLASTVisitor visitor)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic SQLBinaryExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.