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

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

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

Methods in org.objectweb.speedo.runtime.query.parser with parameters of type ASTCastExpression
 java.lang.Object SpeedoQLAbstractVisitor.visit(ASTCastExpression node, java.lang.Object data)
           
 java.lang.Object SpeedoQLVariableVisitor.visit(ASTCastExpression node, java.lang.Object data)
           
 java.lang.Object SpeedoQLQueryFilterVisitor.visit(ASTCastExpression node, java.lang.Object data)
           
 java.lang.Object SpeedoQLVisitor.visit(ASTCastExpression node, java.lang.Object data)