Class ForExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.ForExpr
-
- All Implemented Interfaces:
ASTNode,ExprSingle
public class ForExpr extends AbstractASTNode implements ExprSingle
Created by aretter on 17/02/2016.
-
-
Constructor Summary
Constructors Constructor Description ForExpr(SimpleForClause simpleForClause, ASTNode returnExpression)
-
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
-
ForExpr
public ForExpr(SimpleForClause simpleForClause, ASTNode returnExpression)
-
-