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

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

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.expression that return TypeOperatorEnum
 TypeOperatorEnum XQueryTypeExpr.getOperation()
          Method getOperation
 

Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type TypeOperatorEnum
XQueryTypeExpr(TypeOperatorEnum kind, XQueryExpression expr, XQuerySequenceType t)
          Constructor