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

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

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.expression that return UnaryOperatorEnum
 UnaryOperatorEnum XQueryUnaryOperator.getOperation()
          Method getOperation
 

Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type UnaryOperatorEnum
XQueryUnaryOperator(PositionInfo pos, UnaryOperatorEnum kind, XQueryExpression expr)
          Constructor