Class AbstractOperand
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.AbstractOperand
-
- All Implemented Interfaces:
ASTNode
- Direct Known Subclasses:
AbstractOperandWithOps,CastableExpr,CastExpr,ComparisonExpr,InstanceOfExpr,RangeExpr,TreatExpr,UnaryExpr,ValueExpr
public abstract class AbstractOperand extends AbstractASTNode
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description AbstractOperand()
-