com.evolvedbinary.xpath.parser.ast.partial
Class PartialAndExpr
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<AndExpr,List<AbstractOperand>>
com.evolvedbinary.xpath.parser.ast.partial.PartialAndExpr
- All Implemented Interfaces:
- ASTNode, PartialASTNode<AndExpr,List<AbstractOperand>>
public class PartialAndExpr
- extends AbstractPartialASTNode<AndExpr,List<AbstractOperand>>
Created by aretter on 15/02/2016.
PartialAndExpr
public PartialAndExpr(AbstractOperand operand)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
complete
public AndExpr complete(List<AbstractOperand> andOps)
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.