Class Modifier
- java.lang.Object
-
- eu.clarin.sru.server.fcs.parser_lex.QueryNode
-
- eu.clarin.sru.server.fcs.parser_lex.Modifier
-
public class Modifier extends QueryNode
A LexCQL expression tree modifier node.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(QueryVisitor visitor)
String
getName()
Get the modifier name.String
getRelation()
Get the modifier relation.String
getValue()
Get the modifier value.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
-
getName
public String getName()
Get the modifier name.- Returns:
- the name
-
getRelation
public String getRelation()
Get the modifier relation.- Returns:
- the relation or
null
if none
-
getValue
public String getValue()
Get the modifier value.- Returns:
- the value or
null
if none
-
accept
public void accept(QueryVisitor visitor)
-
-