public class PropFuncArg extends PrintSerializableBase
| Constructor and Description |
|---|
PropFuncArg(List<Node> argList) |
PropFuncArg(List<Node> argList,
Node arg) |
PropFuncArg(Node arg) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addVars(Collection<Var> acc,
PropFuncArg pfArg) |
ExprList |
asExprList() |
ExprList |
asExprList(PropFuncArg pfArg)
Deprecated.
To be removed - use
asExprList() |
boolean |
equals(Object other) |
Node |
getArg() |
Node |
getArg(int index) |
List<Node> |
getArgList() |
int |
getArgListSize() |
int |
hashCode() |
boolean |
isList() |
boolean |
isNode() |
void |
output(org.apache.jena.atlas.io.IndentedWriter out,
SerializationContext sCxt) |
output, toString, toStringpublic PropFuncArg(Node arg)
public Node getArg()
public int getArgListSize()
public Node getArg(int index)
public boolean isList()
public boolean isNode()
@Deprecated public ExprList asExprList(PropFuncArg pfArg)
asExprList()public ExprList asExprList()
public void output(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
public static void addVars(Collection<Var> acc, PropFuncArg pfArg)
Licenced under the Apache License, Version 2.0