com.evolvedbinary.xpath.parser.ast
Class AndExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.AbstractOperand
          extended by com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps<AbstractOperand>
              extended by com.evolvedbinary.xpath.parser.ast.AndExpr
All Implemented Interfaces:
ASTNode

public class AndExpr
extends AbstractOperandWithOps<AbstractOperand>

Created by aretter on 15/02/2016.


Constructor Summary
AndExpr(AbstractOperand operand, AbstractOperand... andOps)
           
AndExpr(AbstractOperand operand, List<? extends AbstractOperand> andOps)
           
 
Method Summary
protected  void describeOp(StringBuilder builder, AbstractOperand andOp)
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps
describe, equals
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndExpr

public AndExpr(AbstractOperand operand,
               List<? extends AbstractOperand> andOps)

AndExpr

public AndExpr(AbstractOperand operand,
               AbstractOperand... andOps)
Method Detail

describeOp

protected void describeOp(StringBuilder builder,
                          AbstractOperand andOp)
Specified by:
describeOp in class AbstractOperandWithOps<AbstractOperand>


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.