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.
-
-
Constructor Summary
Constructors Constructor Description PartialAndExpr(AbstractOperand operand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndExprcomplete(List<AbstractOperand> andOps)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialAndExpr
public PartialAndExpr(AbstractOperand operand)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public AndExpr complete(List<AbstractOperand> andOps)
-
-