|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.expression.ExpressionAnalyzer
public class ExpressionAnalyzer
Library class that computes some simple analyses of an expression. Each analysis is computed using a visitor instance.
Constructor Summary | |
---|---|
ExpressionAnalyzer()
|
Method Summary | |
---|---|
static java.util.Set |
getReferencedColumns(Expression expr)
Get the set of data fields the expression is dependent upon. |
static boolean |
hasDependency(Expression expr)
Determine if an expression has a dependency on a data field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionAnalyzer()
Method Detail |
---|
public static boolean hasDependency(Expression expr)
expr
- the expression to analyze
public static java.util.Set getReferencedColumns(Expression expr)
expr
- the expression to analyze
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |