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.
-
-
Constructor Summary
Constructors Constructor Description AndExpr(AbstractOperand operand, AbstractOperand... andOps)AndExpr(AbstractOperand operand, List<? extends AbstractOperand> andOps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddescribeOp(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
-
-
-
-
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:
describeOpin classAbstractOperandWithOps<AbstractOperand>
-
-