Uses of Class
org.objectweb.speedo.runtime.query.parser.SpeedoQLAbstractVisitor

Packages that use SpeedoQLAbstractVisitor
org.objectweb.speedo.runtime.query.parser   
 

Uses of SpeedoQLAbstractVisitor in org.objectweb.speedo.runtime.query.parser
 

Subclasses of SpeedoQLAbstractVisitor in org.objectweb.speedo.runtime.query.parser
 class SpeedoQLQueryFilterVisitor
          Implementation of a visitor that creates the filter
 class SpeedoQLVariableVisitor
          Implementation of a visitor that creates a map of pairs [id,JormExtent] for all defined identifiers of the query.
 

Constructors in org.objectweb.speedo.runtime.query.parser with parameters of type SpeedoQLAbstractVisitor
SpeedoQLAbstractVisitor.IdValue(java.lang.String pathName)
           
SpeedoQLAbstractVisitor.IdValue()