com.evolvedbinary.xpath.parser.ast
Class SimpleForClause
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.SimpleForClause
- All Implemented Interfaces:
- ASTNode
public class SimpleForClause
- extends AbstractASTNode
Created by aretter on 17/02/2016.
SimpleForClause
public SimpleForClause(List<SimpleForClause.RangeVariable> rangeVariables)
SimpleForClause
public SimpleForClause(SimpleForClause.RangeVariable... rangeVariables)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.