Class PartialRangeExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<RangeExpr,AbstractOperand>
-
- com.evolvedbinary.xpath.parser.ast.partial.PartialRangeExpr
-
- All Implemented Interfaces:
ASTNode,PartialASTNode<RangeExpr,AbstractOperand>
public class PartialRangeExpr extends AbstractPartialASTNode<RangeExpr,AbstractOperand>
Created by aretter on 12/02/2016.
-
-
Constructor Summary
Constructors Constructor Description PartialRangeExpr(AbstractOperand from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeExprcomplete(AbstractOperand to)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialRangeExpr
public PartialRangeExpr(AbstractOperand from)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public RangeExpr complete(AbstractOperand to)
-
-