com.evolvedbinary.xpath.parser.ast
Class AbstractOperand

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

Constructor Detail

AbstractOperand

public AbstractOperand()


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.