public class SQLMethodInvokeExpr extends SQLExprImpl implements Serializable
| Constructor and Description |
|---|
SQLMethodInvokeExpr() |
SQLMethodInvokeExpr(String methodName) |
SQLMethodInvokeExpr(String methodName,
SQLExpr owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(SQLExpr param) |
boolean |
equals(Object obj) |
String |
getMethodName() |
SQLExpr |
getOwner() |
List<SQLExpr> |
getParameters() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setMethodName(String methodName) |
void |
setOwner(SQLExpr owner) |
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 SQLMethodInvokeExpr()
public SQLMethodInvokeExpr(String methodName)
public String getMethodName()
public void setMethodName(String methodName)
public SQLExpr getOwner()
public void setOwner(SQLExpr owner)
public void addParameter(SQLExpr param)
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–2018 Alibaba Group. All rights reserved.