public abstract class SqlExpr1 extends SqlExprFunctionBase
namedatatype| Constructor and Description |
|---|
SqlExpr1(TypeToken datatype,
String name,
SqlExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
SqlExprFunction |
copy(List<SqlExpr> args) |
abstract SqlExprFunction |
copy(SqlExpr arg) |
boolean |
equals(Object obj) |
List<SqlExpr> |
getArgs() |
SqlExpr |
getExpr() |
SqlExprType |
getType() |
int |
hashCode() |
void |
writeArgs(org.openjena.atlas.io.IndentedWriter writer) |
asFunction, asString, getName_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, asConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic SqlExpr getExpr()
public SqlExprType getType()
getType in interface SqlExprgetType in class SqlExprFunctionBasepublic SqlExprFunction copy(List<SqlExpr> args)
public abstract SqlExprFunction copy(SqlExpr arg)
public void writeArgs(org.openjena.atlas.io.IndentedWriter writer)
writeArgs in class SqlExprFunctionBasepublic int hashCode()
hashCode in class SqlExprBasepublic boolean equals(Object obj)
equals in class SqlExprBaseCopyright © 2013. All Rights Reserved.