|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.expr.ExprVars
public class ExprVars
| Constructor Summary | |
|---|---|
ExprVars()
|
|
| Method Summary | |
|---|---|
static Set<String> |
getVarNamesMentioned(Expr expr)
|
static Set<Var> |
getVarsMentioned(Expr expr)
|
static Set<Var> |
getVarsMentioned(ExprList exprs)
|
static void |
varNamesMentioned(Collection<String> acc,
Expr expr)
|
static void |
varsMentioned(Collection<Var> acc,
Expr expr)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExprVars()
| Method Detail |
|---|
public static Set<Var> getVarsMentioned(Expr expr)
public static Set<Var> getVarsMentioned(ExprList exprs)
public static void varsMentioned(Collection<Var> acc,
Expr expr)
public static Set<String> getVarNamesMentioned(Expr expr)
public static void varNamesMentioned(Collection<String> acc,
Expr expr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||