Class RangeExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.AbstractOperand
-
- com.evolvedbinary.xpath.parser.ast.RangeExpr
-
- All Implemented Interfaces:
ASTNode
public class RangeExpr extends AbstractOperand
Created by aretter on 12/02/2016.
-
-
Constructor Summary
Constructors Constructor Description RangeExpr(AbstractOperand from, AbstractOperand to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
RangeExpr
public RangeExpr(AbstractOperand from, AbstractOperand to)
-
-