Uses of Class
lux.xpath.BinaryOperation.Operator

Packages that use BinaryOperation.Operator
lux.xpath   
 

Uses of BinaryOperation.Operator in lux.xpath
 

Methods in lux.xpath that return BinaryOperation.Operator
 BinaryOperation.Operator BinaryOperation.getOperator()
           
static BinaryOperation.Operator BinaryOperation.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BinaryOperation.Operator[] BinaryOperation.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in lux.xpath with parameters of type BinaryOperation.Operator
BinaryOperation(AbstractExpression op1, BinaryOperation.Operator operator, AbstractExpression op2)
           
 



Copyright © 2013. All Rights Reserved.