Uses of Class
org.modeshape.graph.query.model.ArithmeticOperand

Packages that use ArithmeticOperand
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of ArithmeticOperand in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type ArithmeticOperand
 void Visitors.AbstractVisitor.visit(ArithmeticOperand obj)
          
 void Visitors.WalkAllVisitor.visit(ArithmeticOperand arithmeticOperation)
          
 void Visitors.ReadableVisitor.visit(ArithmeticOperand arithmeticOperand)
          
 void Visitor.visit(ArithmeticOperand obj)
           
 

Uses of ArithmeticOperand in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type ArithmeticOperand
 void Validator.visit(ArithmeticOperand obj)
          
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.