Uses of Package
net.sf.csutils.core.query.tree

Packages that use net.sf.csutils.core.query.tree
net.sf.csutils.core.query.antlr   
net.sf.csutils.core.query.impl   
net.sf.csutils.core.query.tree   
 

Classes in net.sf.csutils.core.query.tree used by net.sf.csutils.core.query.antlr
Identifier
           
NamespaceDeclarationSet
          Namespace declarations is created by a clause like declare namespace prefix="namespace URI".
ObjectType
           
SelectStatement
           
Statement
           
 

Classes in net.sf.csutils.core.query.tree used by net.sf.csutils.core.query.impl
AdditiveExpression
           
And
          This node represents a logical "AND".
Concatenation
          This class represents a concatenation.
Eq
           
FunctionCall
          Representation of a function call in the tree.
Ge
           
Gt
           
Identifier
           
In
           
IsEmpty
          Check for empty string.
IsNull
          Check for null.
Le
           
Like
           
Lt
           
MethodCall
          Representation of a method call in the tree.
MultiplicativeExpression
           
Ne
           
Negation
          This class represents a logical negation.
ObjectType
           
Or
          This node represents a logical "OR".
Parameter
           
RelationalExpression
           
SelectStatement
           
Statement
           
UnaryMinus
          This class represents a logical negation.
 

Classes in net.sf.csutils.core.query.tree used by net.sf.csutils.core.query.tree
AdditiveExpression
           
And
          This node represents a logical "AND".
Concatenation
          This class represents a concatenation.
Eq
           
EqualityExpression
          A marker interface for equality expressions like Eq, Ge, Gt, Le, Lt, IsNull, or IsEmpty, or Like.
Ge
           
Gt
           
Identifier
           
In
           
IsEmpty
          Check for empty string.
IsNull
          Check for null.
Le
           
Like
           
LogicalExpression
          Abstract base class for And and Or.
Lt
           
MultiplicativeExpression
           
NamespaceDeclarationSet
          Namespace declarations is created by a clause like declare namespace prefix="namespace URI".
Ne
           
Negation
          This class represents a logical negation.
ObjectType
           
Or
          This node represents a logical "OR".
Parameter
           
RelationalExpression
           
SelectStatement
           
Statement
           
 



Copyright © 2009-2010. All Rights Reserved.