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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleForClause.RangeVariable
-
Constructor Summary
Constructors Constructor Description SimpleForClause(SimpleForClause.RangeVariable... rangeVariables)SimpleForClause(List<SimpleForClause.RangeVariable> rangeVariables)
-
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
-
SimpleForClause
public SimpleForClause(List<SimpleForClause.RangeVariable> rangeVariables)
-
SimpleForClause
public SimpleForClause(SimpleForClause.RangeVariable... rangeVariables)
-
-