org.eigenbase.lurql
Class LurqlRoot
java.lang.Object
org.eigenbase.lurql.LurqlQueryNode
org.eigenbase.lurql.LurqlPathBranch
org.eigenbase.lurql.LurqlRoot
public class LurqlRoot
- extends LurqlPathBranch
LurqlRoot represents the parsed form of a simple root in the FROM clause of a
LURQL query.
- Version:
- $Id: //open/dev/farrago/src/org/eigenbase/lurql/LurqlRoot.java#1 $
- Author:
- John V. Sichi
className
private final String className
filterList
private final List<LurqlFilter> filterList
LurqlRoot
public LurqlRoot(String aliasName,
String className,
List<LurqlFilter> filterList,
LurqlPathSpec pathSpec)
getClassName
public String getClassName()
getFilterList
public List<LurqlFilter> getFilterList()
unparse
public void unparse(PrintWriter pw)
- Description copied from class:
LurqlQueryNode
- Converts this node to text.
- Specified by:
unparse
in class LurqlQueryNode
- Parameters:
pw
- the PrintWriter on which to unparse; must have an underlying
StackWriter
to interpret indentation