Uses of Class
org.jafer.query.RPNQuery

Packages that use RPNQuery
org.jafer.query   
 

Uses of RPNQuery in org.jafer.query
 

Methods in org.jafer.query that return RPNQuery
 RPNQuery RPNQuery.toRPNQuery()
          This method converts the current Query representation into a RPNQuery object
 RPNQuery QueryConverter.toRPNQuery()
          This method converts the current Query representation into a RPNQuery object
 RPNQuery JaferQuery.toRPNQuery()
          This method converts the current Query representation into a RPNQuery object
 RPNQuery CQLQuery.toRPNQuery()
          This method converts the current Query representation into a RPNQuery object