Package eu.clarin.sru.fcs.qlparser
Interface AbstractQueryNode.AbstractQueryNodeType
-
- All Known Implementing Classes:
QueryNodeType
,QueryNodeType
- Enclosing class:
- AbstractQueryNode<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor>
public static interface AbstractQueryNode.AbstractQueryNodeType
Interface for node types of query expression tree nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toDisplayString()
-
-
-
Method Detail
-
toDisplayString
String toDisplayString()
-
-