public class SearchClause extends AbstractNode
Search clause.
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Try to accept this node by a visitor.
|
Index |
getIndex() |
Query |
getQuery() |
Relation |
getRelation() |
Term |
getTerm() |
java.lang.String |
toString() |
compareTo
public Query getQuery()
public Index getIndex()
public Term getTerm()
public Relation getRelation()
public void accept(Visitor visitor)
AbstractNode
Try to accept this node by a visitor.
accept
in interface Node
accept
in class AbstractNode
visitor
- the visitorpublic java.lang.String toString()
toString
in class java.lang.Object