Uses of Class
de.fraunhofer.ipsi.xquery.enums.LogicalOperatorEnum

Packages that use LogicalOperatorEnum
de.fraunhofer.ipsi.xquery.enums   
de.fraunhofer.ipsi.xquery.tree.expression   
 

Uses of LogicalOperatorEnum in de.fraunhofer.ipsi.xquery.enums
 

Methods in de.fraunhofer.ipsi.xquery.enums that return LogicalOperatorEnum
static LogicalOperatorEnum LogicalOperatorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperatorEnum[] LogicalOperatorEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of LogicalOperatorEnum in de.fraunhofer.ipsi.xquery.tree.expression
 

Methods in de.fraunhofer.ipsi.xquery.tree.expression that return LogicalOperatorEnum
 LogicalOperatorEnum XQueryLogicalOperator.getOperation()
          Method getOperation
 

Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type LogicalOperatorEnum
XQueryLogicalOperator(LogicalOperatorEnum kind, XQueryExpression left, XQueryExpression right)
          Constructor