Class Relation
- java.lang.Object
-
- eu.clarin.sru.server.fcs.parser_lex.QueryNode
-
- eu.clarin.sru.server.fcs.parser_lex.Relation
-
public class Relation extends QueryNode
A LexCQL expression tree relation node.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(QueryVisitor visitor)
List<Modifier>
getModifiers()
Get the modifiers.String
getRelation()
Get the relation.String
toString()
-
Methods inherited from class eu.clarin.sru.server.fcs.parser_lex.QueryNode
getChild, getChild, getChildCount, getChildren, getFirstChild, getFirstChild, getLastChild, getNodeType, getParent, hasNodeType, setParent
-
-
-
-
Method Detail
-
getRelation
public String getRelation()
Get the relation.- Returns:
- the relation
-
accept
public void accept(QueryVisitor visitor)
-
-