Uses of Class
com.evolvedbinary.xpath.parser.ast.IntersectExceptExpr.IntersectExceptOp
-
Packages that use IntersectExceptExpr.IntersectExceptOp Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of IntersectExceptExpr.IntersectExceptOp in com.evolvedbinary.xpath.parser.ast
Methods in com.evolvedbinary.xpath.parser.ast with parameters of type IntersectExceptExpr.IntersectExceptOp Modifier and Type Method Description protected voidIntersectExceptExpr. describeOp(StringBuilder builder, IntersectExceptExpr.IntersectExceptOp intersectExceptOp)Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type IntersectExceptExpr.IntersectExceptOp Constructor Description IntersectExceptExpr(AbstractOperand operand, IntersectExceptExpr.IntersectExceptOp... interceptExceptOps)Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type IntersectExceptExpr.IntersectExceptOp Constructor Description IntersectExceptExpr(AbstractOperand operand, List<IntersectExceptExpr.IntersectExceptOp> interceptExceptOps) -
Uses of IntersectExceptExpr.IntersectExceptOp in com.evolvedbinary.xpath.parser.ast.partial
Method parameters in com.evolvedbinary.xpath.parser.ast.partial with type arguments of type IntersectExceptExpr.IntersectExceptOp Modifier and Type Method Description IntersectExceptExprPartialIntersectExceptExpr. complete(List<IntersectExceptExpr.IntersectExceptOp> intersectExceptOps)
-