Uses of Class
com.evolvedbinary.xpath.parser.ast.AdditiveExpr.Additive
-
Packages that use AdditiveExpr.Additive Package Description com.evolvedbinary.xpath.parser.ast -
-
Uses of AdditiveExpr.Additive in com.evolvedbinary.xpath.parser.ast
Fields in com.evolvedbinary.xpath.parser.ast declared as AdditiveExpr.Additive Modifier and Type Field Description AdditiveExpr.AdditiveAdditiveExpr.AdditiveOp. additiveMethods in com.evolvedbinary.xpath.parser.ast that return AdditiveExpr.Additive Modifier and Type Method Description static AdditiveExpr.AdditiveAdditiveExpr.Additive. fromSyntax(char syntax)static AdditiveExpr.AdditiveAdditiveExpr.Additive. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditiveExpr.Additive[]AdditiveExpr.Additive. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type AdditiveExpr.Additive Constructor Description AdditiveOp(AdditiveExpr.Additive additive, AbstractOperand operand)
-