public class SQLBinaryExpr extends SQLExprImpl implements SQLLiteralExpr
| Constructor and Description |
|---|
SQLBinaryExpr() |
SQLBinaryExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
boolean |
equals(Object obj) |
String |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setValue(String value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLBinaryExpr()
public SQLBinaryExpr(String value)
public String getValue()
public 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 boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2016 Alibaba Group. All rights reserved.