com.evolvedbinary.xpath.parser.ast.partial
Class PartialAndExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<AndExpr,List<AbstractOperand>>
          extended by 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
PartialAndExpr(AbstractOperand operand)
           
 
Method Summary
 AndExpr complete(List<AbstractOperand> andOps)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialAndExpr

public PartialAndExpr(AbstractOperand operand)
Method Detail

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.