com.evolvedbinary.xpath.parser.ast
Class AndExpr
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.AbstractOperand
com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps<AbstractOperand>
com.evolvedbinary.xpath.parser.ast.AndExpr
- All Implemented Interfaces:
- ASTNode
public class AndExpr
- extends AbstractOperandWithOps<AbstractOperand>
Created by aretter on 15/02/2016.
AndExpr
public AndExpr(AbstractOperand operand,
List<? extends AbstractOperand> andOps)
AndExpr
public AndExpr(AbstractOperand operand,
AbstractOperand... andOps)
describeOp
protected void describeOp(StringBuilder builder,
AbstractOperand andOp)
- Specified by:
describeOp in class AbstractOperandWithOps<AbstractOperand>
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.