Package org.objectweb.speedo.runtime.query.parser

Interface Summary
Node  
SpeedoQLConstants  
SpeedoQLTreeConstants  
SpeedoQLVisitor  
 

Class Summary
ASTAdditiveExpression  
ASTArgumentList  
ASTCastExpression  
ASTLiteral  
ASTPrimary  
ASTQualifiedName  
ASTRelationalExpression  
ASTSpeedoPrimary  
ASTSpeedoQL  
ASTType  
ASTUnaryExpression  
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 Implementation of a visitor that creates a map of pairs [id,JormExtent] for all defined identifiers of the query.
Token Describes the input token stream.
 

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

Error Summary
TokenMgrError