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

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

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

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

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

Methods in de.fraunhofer.ipsi.xquery.tree.expression that return ArithmeticOperatorEnum
 ArithmeticOperatorEnum XQueryArithmeticOperator.getOperation()
          Method getOperation
 

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