public class S_Method extends SqlExprN
namedatatype| Constructor and Description |
|---|
S_Method(XMethod method,
List<SqlExpr> args) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.openjena.atlas.io.IndentedWriter writer) |
S_Method |
copy(List<SqlExpr> args)
Not: arguments are not sanity checked by this method.
|
static S_Method |
create(SqlMethodCandidate candidate,
List<SqlExpr> args) |
static S_Method |
create(XMethod method,
List<SqlExpr> args) |
static SqlExpr |
createOrEvaluate(SqlMethodCandidate candidate,
List<SqlExpr> args) |
List<SqlExpr> |
getArgs() |
XMethod |
getMethod() |
equals, getType, hashCodeasFunction, getName, writeArgs_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic void asString(org.openjena.atlas.io.IndentedWriter writer)
public static SqlExpr createOrEvaluate(SqlMethodCandidate candidate, List<SqlExpr> args)
public static S_Method create(SqlMethodCandidate candidate, List<SqlExpr> args)
public XMethod getMethod()
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2013. All Rights Reserved.