Uses of Class
org.openrdf.query.parser.serql.ast.ASTBooleanExpr

Packages that use ASTBooleanExpr
org.openrdf.query.parser.serql.ast   
 

Uses of ASTBooleanExpr in org.openrdf.query.parser.serql.ast
 

Subclasses of ASTBooleanExpr in org.openrdf.query.parser.serql.ast
 class ASTAnd
           
 class ASTBooleanConstant
           
 class ASTBound
           
 class ASTCompare
           
 class ASTCompareAll
           
 class ASTCompareAny
           
 class ASTExists
           
 class ASTIn
           
 class ASTIsBNode
           
 class ASTIsLiteral
           
 class ASTIsResource
           
 class ASTIsURI
           
 class ASTLike
           
 class ASTNot
           
 class ASTOr
           
 

Methods in org.openrdf.query.parser.serql.ast that return ASTBooleanExpr
 ASTBooleanExpr ASTWhere.getCondition()
           
 ASTBooleanExpr ASTNot.getOperand()
           
 

Methods in org.openrdf.query.parser.serql.ast that return types with arguments of type ASTBooleanExpr
 List<ASTBooleanExpr> ASTOr.getOperandList()
           
 List<ASTBooleanExpr> ASTAnd.getOperandList()
           
 

Methods in org.openrdf.query.parser.serql.ast with parameters of type ASTBooleanExpr
 void ASTNot.setOperand(ASTBooleanExpr operand)
           
 

Constructors in org.openrdf.query.parser.serql.ast with parameters of type ASTBooleanExpr
ASTNot(ASTBooleanExpr operand)
           
 



Copyright © 2001-2007 Aduna. All Rights Reserved.