Package eu.clarin.sru.server.fcs.parser
Class SimpleWithin
- java.lang.Object
-
- eu.clarin.sru.server.fcs.parser.QueryNode
-
- eu.clarin.sru.server.fcs.parser.SimpleWithin
-
public class SimpleWithin extends QueryNode
A FCS-QL expression tree SIMPLE WITHIN query node.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimpleWithin.Scope
The within scope.
-
Field Summary
-
Fields inherited from class eu.clarin.sru.server.fcs.parser.QueryNode
children, nodeType, OCCURS_UNBOUNDED, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(QueryVisitor visitor)
SimpleWithin.Scope
getScope()
Get the simple within scopeString
toString()
-
Methods inherited from class eu.clarin.sru.server.fcs.parser.QueryNode
getChild, getChild, getChildCount, getChildren, getFirstChild, getFirstChild, getLastChild, getNodeType, getParent, hasNodeType, setParent
-
-
-
-
Method Detail
-
getScope
public SimpleWithin.Scope getScope()
Get the simple within scope- Returns:
- the simple within scope
-
accept
public void accept(QueryVisitor visitor)
-
-