Uses of Class
org.egothor.query.QTerm

Packages that use QTerm
org.egothor.query This package contains objects that represent a structure of a query in our inner form. 
org.egothor.query.parser This package defines JavaCC parser of user's query. 
 

Uses of QTerm in org.egothor.query
 

Constructors in org.egothor.query with parameters of type QTerm
QPhrase(QTerm[] a)
          Constructor for the QPhrase object.
QProx(QTerm a, QTerm b)
          Constructor for the QProx object.
QProx(QTerm a, QTerm b, java.lang.String num)
          Constructor for the QProx object.
 

Uses of QTerm in org.egothor.query.parser
 

Methods in org.egothor.query.parser that return QTerm
 QTerm Parser.readToken()