com.evolvedbinary.xpath.parser.ast
Class AbstractOperandWithOps<T>
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.AbstractOperand
com.evolvedbinary.xpath.parser.ast.AbstractOperandWithOps<T>
- All Implemented Interfaces:
- ASTNode
- Direct Known Subclasses:
- AdditiveExpr, AndExpr, IntersectExceptExpr, MultiplicativeExpr, OrExpr, UnionExpr
public abstract class AbstractOperandWithOps<T>
- extends AbstractOperand
Created by aretter on 15/02/2016.
AbstractOperandWithOps
public AbstractOperandWithOps(AbstractOperand operand,
List<? extends T> ops)
describeOp
protected abstract void describeOp(StringBuilder builder,
T op)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.