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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLBinaryExpr()
public SQLBinaryExpr(String value)
public String getText()
public Number getValue()
getValue
in interface SQLValuableExpr
public void setValue(String value)
public void accept0(SQLASTVisitor visitor)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public SQLBinaryExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.