Package org.objectweb.speedo.query.parser

Interface Summary
Node  
SpeedoQLConstants  
SpeedoQLTreeConstants  
SpeedoQLVisitor  
 

Class Summary
ASTAdditiveExpression  
ASTArgumentList  
ASTCastExpression  
ASTLiteral  
ASTPrimary  
ASTQualifiedName  
ASTRelationalExpression  
ASTSpeedoPrimary  
ASTSpeedoQL  
ASTType  
ASTUnaryExpression  
SelectGroupByVisitor This visitor parses select and group by clauses in order to build the projected field of a MEDOR query.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
SpeedoQL  
SpeedoQLAbstractVisitor Base class with visitor utility class and default implementation of visit methods
SpeedoQLQueryFilterVisitor Implementation of a visitor that creates the filter
SpeedoQLTokenManager  
SpeedoQLVariableVisitor  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError